[31835] trunk/dports/www/php5/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Dec 9 08:24:52 PST 2007
Revision: 31835
http://trac.macosforge.org/projects/macports/changeset/31835
Author: ryandesign at macports.org
Date: 2007-12-09 08:24:50 -0800 (Sun, 09 Dec 2007)
Log Message:
-----------
php5: add +oracle variant for accessing Oracle databases; see #13530
Modified Paths:
--------------
trunk/dports/www/php5/Portfile
Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile 2007-12-09 16:20:21 UTC (rev 31834)
+++ trunk/dports/www/php5/Portfile 2007-12-09 16:24:50 UTC (rev 31835)
@@ -236,6 +236,13 @@
}
}
+variant oracle description {Add Oracle oci8 database functions with the Oracle Instant Client} {
+ depends_lib-append \
+ port:oracle-instantclient
+ configure.args-append \
+ --with-oci8=instantclient,${prefix}/lib/oracle
+}
+
variant postgresql {
depends_lib-append \
port:postgresql82
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071209/55b36bbf/attachment-0001.html
More information about the macports-changes
mailing list