[101731] trunk/dports/devel/gettext/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 17 18:03:12 PST 2013


Revision: 101731
          https://trac.macports.org/changeset/101731
Author:   ryandesign at macports.org
Date:     2013-01-17 18:03:12 -0800 (Thu, 17 Jan 2013)
Log Message:
-----------
gettext: ensure openmp is not used (#37416); ensure libunistring is used (#37681)

Modified Paths:
--------------
    trunk/dports/devel/gettext/Portfile

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2013-01-18 00:25:56 UTC (rev 101730)
+++ trunk/dports/devel/gettext/Portfile	2013-01-18 02:03:12 UTC (rev 101731)
@@ -7,6 +7,7 @@
 
 name                    gettext
 version                 0.18.2
+revision                1
 categories              devel
 maintainers             ryandesign
 # libs are LGPL and executables are GPL
@@ -35,6 +36,7 @@
                         ac_cv_path_SED=/usr/bin/sed \
                         --disable-csharp \
                         --disable-native-java \
+                        --disable-openmp \
                         --without-emacs \
                         --with-included-gettext \
                         --with-included-glib \
@@ -47,9 +49,10 @@
 configure.args-append   --without-git \
                         --without-cvs
 
-depends_lib             port:libiconv \
-                        port:ncurses \
-                        port:expat
+depends_lib             port:expat \
+                        port:libiconv \
+                        port:libunistring \
+                        port:ncurses
 
 test.run                yes
 test.target             check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130117/848afd44/attachment.html>


More information about the macports-changes mailing list