[26109] trunk/dports/devel/boost/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 12 15:00:13 PDT 2007


Revision: 26109
          http://trac.macosforge.org/projects/macports/changeset/26109
Author:   ryandesign at macports.org
Date:     2007-06-12 15:00:13 -0700 (Tue, 12 Jun 2007)

Log Message:
-----------
boost: reinstate +icu variant which was removed in r26030. This now really closes #12096. Thanks to maintainer Sancho McCann.

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2007-06-12 21:32:39 UTC (rev 26108)
+++ trunk/dports/devel/boost/Portfile	2007-06-12 22:00:13 UTC (rev 26109)
@@ -69,7 +69,7 @@
 			LIBDIR=${destroot}${prefix}/lib INCLUDEDIR=${destroot}${prefix}/include \
 			install
 
-configure.args		--without-libraries=python
+configure.args		--without-libraries=python --without-icu
 
 variant python {
 	set pyversion		2.4
@@ -78,3 +78,9 @@
 	configure.args-delete	--without-libraries=python
 }
 
+variant icu {
+	depends_lib		port:icu
+
+	configure.args-delete	--without-icu
+	configure.args-append	--with-icu
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070612/0fa64000/attachment.html


More information about the macports-changes mailing list