[19783] trunk/dports/x11/tktable/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Fri Sep 29 22:27:57 PDT 2006
Revision: 19783
http://trac.macosforge.org/projects/macports/changeset/19783
Author: markd at macports.org
Date: 2006-09-29 22:27:56 -0700 (Fri, 29 Sep 2006)
Log Message:
-----------
Replace hardcoded path with ${prefix}
Modified Paths:
--------------
trunk/dports/x11/tktable/Portfile
Modified: trunk/dports/x11/tktable/Portfile
===================================================================
--- trunk/dports/x11/tktable/Portfile 2006-09-30 04:27:05 UTC (rev 19782)
+++ trunk/dports/x11/tktable/Portfile 2006-09-30 05:27:56 UTC (rev 19783)
@@ -18,8 +18,8 @@
port:tk
configure.args --prefix=${prefix} \
- --with-tcl=/opt/local/lib \
- --with-tk=/opt/local/lib \
+ --with-tcl=${prefix}/lib \
+ --with-tk=${prefix}/lib \
CPPFLAGS=-I${prefix}/include \
CFLAGS=-I${prefix}/include \
LDFLAGS=-L${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060929/fe0f10c6/attachment.html
More information about the macports-changes
mailing list