[36592] trunk/dports/net/driftnet/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed May 7 03:36:36 PDT 2008
Revision: 36592
http://trac.macosforge.org/projects/macports/changeset/36592
Author: ryandesign at macports.org
Date: 2008-05-07 03:36:36 -0700 (Wed, 07 May 2008)
Log Message:
-----------
driftnet: don't hard-code the X11 prefix
Modified Paths:
--------------
trunk/dports/net/driftnet/Portfile
Modified: trunk/dports/net/driftnet/Portfile
===================================================================
--- trunk/dports/net/driftnet/Portfile 2008-05-07 10:35:48 UTC (rev 36591)
+++ trunk/dports/net/driftnet/Portfile 2008-05-07 10:36:36 UTC (rev 36592)
@@ -19,7 +19,7 @@
master_sites http://www.ex-parrot.com/~chris/driftnet/
#bugs You need to have 'makedepend' in your path to build \
-# driftnet. It usually is found in /usr/X11R6/bin. \
+# driftnet. It usually is found in ${x11prefix}/bin. \
# Driftnet doesn't use a configure file, so the Makefile \
# has to be rudely coerced to work properly.
@@ -44,7 +44,7 @@
-I${prefix}/lib/glib/include \
-I${prefix}/include/glib-1.2 \
-I${prefix}/include/gtk-1.2 \
- -I/usr/X11R6/include \
+ -I${x11prefix}/include \
-DDRIFTNET_VERSION='\\"0.1.6\\"'"
destroot { file copy ${workpath}/${worksrcdir}/${name} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080507/58ce7e82/attachment.html
More information about the macports-changes
mailing list