[56921] trunk/dports/net/whois/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 3 09:14:02 PDT 2009


Revision: 56921
          http://trac.macports.org/changeset/56921
Author:   ryandesign at macports.org
Date:     2009-09-03 09:13:58 -0700 (Thu, 03 Sep 2009)
Log Message:
-----------
whois: fix universal build by removing --disable-dependency-tracking which this configure script doesn't support

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

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2009-09-03 16:08:04 UTC (rev 56920)
+++ trunk/dports/net/whois/Portfile	2009-09-03 16:13:58 UTC (rev 56921)
@@ -54,6 +54,9 @@
 configure.ldflags-append \
     -lintl
 
+configure.universal_args-delete \
+    --disable-dependency-tracking
+
 post-configure {
     reinplace "s|/etc/whois.conf|${prefix}/etc/whois.conf|g" \
         ${worksrcpath}/whois.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090903/1c9db6c4/attachment.html>


More information about the macports-changes mailing list