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

ryandesign at macports.org ryandesign at macports.org
Thu Oct 13 19:01:02 PDT 2011


Revision: 85477
          http://trac.macports.org/changeset/85477
Author:   ryandesign at macports.org
Date:     2011-10-13 19:01:01 -0700 (Thu, 13 Oct 2011)
Log Message:
-----------
whois: reenable gettext support inadvertently disabled in previous revision

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

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2011-10-14 01:56:51 UTC (rev 85476)
+++ trunk/dports/net/whois/Portfile	2011-10-14 02:01:01 UTC (rev 85477)
@@ -15,6 +15,7 @@
 name                        whois
 conflicts                   bahamut expect ripe-whois
 version                     5.0.12
+revision                    1
 categories                  net
 maintainers                 ryandesign
 homepage                    http://www.linux.it/~md/software/
@@ -54,6 +55,9 @@
 
 use_configure               no
 
+configure.cflags-append     -DENABLE_NLS
+configure.ldflags-append    -lintl
+
 post-configure {
     system -W ${worksrcpath} "CC='${configure.cc}' make depend servers_charset.h"
     reinplace "s|/etc/whois.conf|${prefix}/etc/whois.conf|g" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111013/fadc0317/attachment.html>


More information about the macports-changes mailing list