[41220] trunk/dports/net/libnids/Portfile

blb at macports.org blb at macports.org
Mon Oct 27 23:57:33 PDT 2008


Revision: 41220
          http://trac.macports.org/changeset/41220
Author:   blb at macports.org
Date:     2008-10-27 23:57:33 -0700 (Mon, 27 Oct 2008)
Log Message:
-----------
net/libnids - don't use glib2, otherwise everything depending on it will
need to know to link to glib2 itself (since this only does a static archive)

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

Modified: trunk/dports/net/libnids/Portfile
===================================================================
--- trunk/dports/net/libnids/Portfile	2008-10-28 06:50:40 UTC (rev 41219)
+++ trunk/dports/net/libnids/Portfile	2008-10-28 06:57:33 UTC (rev 41220)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name             libnids
 version          1.23
+revision         1
 categories       net
 maintainers      nomaintainer
 description      E-component of Network Intrusion Detection System
@@ -21,6 +22,6 @@
 
 depends_lib      port:libpcap port:libnet
 
-configure.args   --mandir=${prefix}/share/man
+configure.args   --mandir=${prefix}/share/man --disable-libglib
 
 destroot.destdir install_prefix=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081027/ab5869f2/attachment.html>


More information about the macports-changes mailing list