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

source_changes at macosforge.org source_changes at macosforge.org
Mon May 28 17:18:12 PDT 2007


Revision: 25699
          http://trac.macosforge.org/projects/macports/changeset/25699
Author:   ryandesign at macports.org
Date:     2007-05-28 17:18:12 -0700 (Mon, 28 May 2007)

Log Message:
-----------
Whoops -- undoing r25698 -- there is no build.(c|ld)flags-append syntax!

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

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2007-05-29 00:12:58 UTC (rev 25698)
+++ trunk/dports/net/whois/Portfile	2007-05-29 00:18:12 UTC (rev 25699)
@@ -35,7 +35,8 @@
 		${worksrcpath}/whois.1
 }
 
-build.cflags-append -DENABLE_NLS
-build.ldflags-append -lintl
+build.env \
+	CFLAGS="-DENABLE_NLS -I${prefix}/include" \
+	LDFLAGS="-L${prefix}/lib -lintl"
 
 destroot.args	prefix=${destroot}${prefix}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070528/5750c355/attachment.html


More information about the macports-changes mailing list