aboutsummaryrefslogtreecommitdiff
path: root/databases/adodb5
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-13 02:28:01 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-13 02:28:01 +0000
commit29d58094d21fa91a93147131af154b81585fd49e (patch)
treea30182a450e4afa42766ed46b5a2799edf770278 /databases/adodb5
parent24a672c7d5b78c723046d5a4e48765e3221f0f4a (diff)
downloadports-29d58094d21fa91a93147131af154b81585fd49e.tar.gz
ports-29d58094d21fa91a93147131af154b81585fd49e.zip
Notes
Diffstat (limited to 'databases/adodb5')
-rw-r--r--databases/adodb5/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/adodb5/Makefile b/databases/adodb5/Makefile
index 25fc0cb6ad05..217440d50505 100644
--- a/databases/adodb5/Makefile
+++ b/databases/adodb5/Makefile
@@ -19,6 +19,8 @@ CONFLICTS= adodb-4.*
LATEST_LINK= adodb5
USE_PHP= pcre
+DEFAULT_PHP_VER=5
+IGNORE_WITH_PHP=4
WRKSRC= ${WRKDIR}/${PORTNAME}5
NO_BUILD= YES
@@ -32,9 +34,6 @@ OPTIONS= TESTS "Install tests" off
.include <bsd.port.pre.mk>
-DEFAULT_PHP_VER=5
-IGNORE_WITH_PHP=4
-
.if defined (WITH_TESTS)
PLIST_SUB+= TESTS=
.else