[80445] trunk/dports/net/fragroute/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jul 13 03:11:04 PDT 2011


Revision: 80445
          http://trac.macports.org/changeset/80445
Author:   ryandesign at macports.org
Date:     2011-07-13 03:11:02 -0700 (Wed, 13 Jul 2011)
Log Message:
-----------
fragroute: use port:-style dependencies and disable universal variant

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

Modified: trunk/dports/net/fragroute/Portfile
===================================================================
--- trunk/dports/net/fragroute/Portfile	2011-07-13 10:00:40 UTC (rev 80444)
+++ trunk/dports/net/fragroute/Portfile	2011-07-13 10:11:02 UTC (rev 80445)
@@ -16,7 +16,13 @@
 platforms	darwin
 master_sites	http://monkey.org/~dugsong/fragroute/
 checksums	md5 7e4de763fae35a50e871bdcd1ac8e23a
-depends_lib	\
-	lib:libpcap:libpcap lib:libdnet:libdnet lib:libevent:libevent
+
+depends_lib     port:libpcap \
+                port:libdnet \
+                port:libevent
+
+# libdnet is not universal
+universal_variant no
+
 patchfiles	configure.patch pcaputil.c.patch
 configure.args  --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110713/3a6a2273/attachment-0001.html>


More information about the macports-changes mailing list