aboutsummaryrefslogtreecommitdiffstats
path: root/databases/adodb5
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-13 10:28:01 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-13 10:28:01 +0800
commit7a2a5b64da8644e2560401d5c21df1388b208df8 (patch)
tree41530bec0e957c32ab4e88eca52a6a4b6e94aa49 /databases/adodb5
parente27a2ff07391cbbbddb2ee19ec8876b0adfa022c (diff)
downloadfreebsd-ports-gnome-7a2a5b64da8644e2560401d5c21df1388b208df8.tar.gz
freebsd-ports-gnome-7a2a5b64da8644e2560401d5c21df1388b208df8.tar.zst
freebsd-ports-gnome-7a2a5b64da8644e2560401d5c21df1388b208df8.zip
- Move some PHP_ flags before bsd.port.pre.mk
PR: ports/135674 Submitted by: yzlin (timeout ; 360 days) www/vtiger: maintainer timeout (as@bsdgroup.de ; 360 days) sysutils/loganalyze: "Cristiano Rolim" <cristianorolim@hotmail.com> (maintainer) databases/adodb5: unmaintained
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