[20127] trunk/dports/net/tcpreplay/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 22 10:03:28 PDT 2006


Revision: 20127
          http://trac.macosforge.org/projects/macports/changeset/20127
Author:   pmq at macports.org
Date:     2006-10-22 10:03:27 -0700 (Sun, 22 Oct 2006)

Log Message:
-----------
Fixes a dependency that should have been optional according to upstream, but makes configure fail hard.

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

Modified: trunk/dports/net/tcpreplay/Portfile
===================================================================
--- trunk/dports/net/tcpreplay/Portfile	2006-10-22 07:44:40 UTC (rev 20126)
+++ trunk/dports/net/tcpreplay/Portfile	2006-10-22 17:03:27 UTC (rev 20127)
@@ -24,8 +24,8 @@
 checksums           sha1 89bfbf0349f9599cfca5445bb3f0c35c0062c630 \
 		    rmd160 45b13cda393cc5704f362642c0b26d3cf14dd27a
 
-# libnet is optional since beta10 I think (port:libnet11)
-depends_lib         port:libpcap port:tcpdump
+# libnet is optional since beta10 I think
+depends_lib         port:libpcap port:tcpdump port:libnet11
 
 configure.env       CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 configure.args      --with-libpcap=${prefix} \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061022/603d0265/attachment.html


More information about the macports-changes mailing list