aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2015-02-24 10:45:52 +0800
committervanilla <vanilla@FreeBSD.org>2015-02-24 10:45:52 +0800
commitf711eaabfd5553e14b2992ec1cb0d8c8271f08c0 (patch)
tree8d4e6a5d921a125ffa61e49876baaa268f09554e /databases
parent5583dd0cfdac1439a62f4127e426bcc9f260aada (diff)
downloadfreebsd-ports-gnome-f711eaabfd5553e14b2992ec1cb0d8c8271f08c0.tar.gz
freebsd-ports-gnome-f711eaabfd5553e14b2992ec1cb0d8c8271f08c0.tar.zst
freebsd-ports-gnome-f711eaabfd5553e14b2992ec1cb0d8c8271f08c0.zip
1: make portlint happy.
2: switch to DEFAULT_VERSIONS.
Diffstat (limited to 'databases')
-rw-r--r--databases/pecl-mdbtools/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/pecl-mdbtools/Makefile b/databases/pecl-mdbtools/Makefile
index 473930f46da0..1ae0d14beaf1 100644
--- a/databases/pecl-mdbtools/Makefile
+++ b/databases/pecl-mdbtools/Makefile
@@ -14,14 +14,15 @@ COMMENT= PECL extension for the mdbtools library
LICENSE= LGPL21
+BUILD_DEPENDS= ${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools
+RUN_DEPENDS= ${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools
+
USES= pkgconfig tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
USE_PHP_BUILD= yes
-DEFAULT_PHP_VER=53
+DEFAULT_VERSIONS+= php=53
IGNORE_WITH_PHP=5
-BUILD_DEPENDS= ${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools
-RUN_DEPENDS= ${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools
CONFIGURE_ARGS= --with-mdbtools=${LOCALBASE}