[50580] trunk/dports/net/driftnet/Portfile

jmr at macports.org jmr at macports.org
Mon May 4 13:20:06 PDT 2009


Revision: 50580
          http://trac.macports.org/changeset/50580
Author:   jmr at macports.org
Date:     2009-05-04 13:20:05 -0700 (Mon, 04 May 2009)
Log Message:
-----------
driftnet: remove x11prefix, modernise deps, 'use_configure no'

Modified Paths:
--------------
    trunk/dports/net/driftnet/Portfile

Modified: trunk/dports/net/driftnet/Portfile
===================================================================
--- trunk/dports/net/driftnet/Portfile	2009-05-04 20:13:36 UTC (rev 50579)
+++ trunk/dports/net/driftnet/Portfile	2009-05-04 20:20:05 UTC (rev 50580)
@@ -29,13 +29,14 @@
 
 depends_build   port:makedepend
 
-depends_lib	lib:libjpeg:jpeg lib:libpcap:libpcap \
-		lib:libungif:libungif lib:libgtk.1:gtk1
+# really needs libungif, giflib won't do
+depends_lib	port:jpeg port:libpcap \
+		port:libungif port:gtk1
 
 patchfiles	patch-driftnet.h patch-driftnet.c \
 		patch-media.c patch-Makefile
 
-configure	{ }
+use_configure	no
 
 build.target	{ }
 
@@ -44,7 +45,6 @@
 			-I${prefix}/lib/glib/include	\
 			-I${prefix}/include/glib-1.2	\
 			-I${prefix}/include/gtk-1.2	\
-			-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/20090504/d8f8a7ca/attachment.html>


More information about the macports-changes mailing list