[24599] trunk/dports/www/php5/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 28 15:52:37 PDT 2007


Revision: 24599
          http://trac.macosforge.org/projects/macports/changeset/24599
Author:   ryandesign at macports.org
Date:     2007-04-28 15:52:36 -0700 (Sat, 28 Apr 2007)

Log Message:
-----------
Tidy support now requires using the +tidy variant, like it did before r11347.

Modified Paths:
--------------
    trunk/dports/www/php5/Portfile

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2007-04-28 22:51:40 UTC (rev 24598)
+++ trunk/dports/www/php5/Portfile	2007-04-28 22:52:36 UTC (rev 24599)
@@ -41,7 +41,6 @@
 	port:libxml2 \
 	port:libxslt \
 	port:openssl \
-	port:tidy \
 	port:zlib \
 	port:libiconv \
 	port:expat \
@@ -83,7 +82,6 @@
 	--with-openssl=${prefix} \
 	--with-mhash=${prefix} \
 	--with-mcrypt=${prefix} \
-	--with-tidy=${prefix} \
 	--with-xsl=${prefix} \
 	--with-curl=${prefix} \
 	--with-pcre-regex=${prefix} \
@@ -164,6 +162,15 @@
 		--with-imap-ssl=${prefix}
 }
 
+# Add Tidy support. See:
+# http://www.php.net/tidy
+variant tidy {
+	depends_lib-append \
+		port:tidy
+	configure.args-append \
+		--with-tidy=${prefix}
+}
+
 variant mssql {
 	depends_lib-append \
 		port:freetds

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070428/77ecd781/attachment.html


More information about the macports-changes mailing list