[37803] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Tue Jun 24 02:31:39 PDT 2008


Revision: 37803
          http://trac.macosforge.org/projects/macports/changeset/37803
Author:   ryandesign at macports.org
Date:     2008-06-24 02:31:37 -0700 (Tue, 24 Jun 2008)
Log Message:
-----------
php4, php5, php5-devel: add dbase variant; closes #15529

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

Modified: trunk/dports/www/php4/Portfile
===================================================================
--- trunk/dports/www/php4/Portfile	2008-06-24 07:45:48 UTC (rev 37802)
+++ trunk/dports/www/php4/Portfile	2008-06-24 09:31:37 UTC (rev 37803)
@@ -167,6 +167,11 @@
         --with-gmp=${prefix}
 }
 
+variant dbase description {Add dBase file format support} {
+    configure.args-append \
+        --enable-dbase
+}
+
 variant imap description {enable operatin with IMAP protocol} {
     depends_lib-append		port:cclient
     configure.cppflags-append	-I${prefix}/include/c-client

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2008-06-24 07:45:48 UTC (rev 37802)
+++ trunk/dports/www/php5/Portfile	2008-06-24 09:31:37 UTC (rev 37803)
@@ -165,6 +165,11 @@
         --with-gmp=${prefix}
 }
 
+variant dbase description {Add dBase file format support} {
+    configure.args-append \
+        --enable-dbase
+}
+
 # Add IMAP support. See:
 # http://www.php.net/imap
 variant imap description {enable operation with IMAP protocol} {

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2008-06-24 07:45:48 UTC (rev 37802)
+++ trunk/dports/www/php5-devel/Portfile	2008-06-24 09:31:37 UTC (rev 37803)
@@ -157,6 +157,11 @@
         --with-gmp=${prefix}
 }
 
+variant dbase description {Add dBase file format support} {
+    configure.args-append \
+        --enable-dbase
+}
+
 # Add IMAP support. See:
 # http://www.php.net/imap
 variant imap description {enable operation with IMAP protocol} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080624/f8691196/attachment.htm 


More information about the macports-changes mailing list