diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-25 15:36:37 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-25 15:36:37 +0800 |
commit | fcb393b81171fd9d8b03bea50ff691ce8699b3ae (patch) | |
tree | c48e5ce149571cf0fbc56c9a6a35ce325b811439 | |
parent | f72c3cecea996b32a5252dbfb67fa7691e5513ef (diff) | |
download | freebsd-ports-gnome-fcb393b81171fd9d8b03bea50ff691ce8699b3ae.tar.gz freebsd-ports-gnome-fcb393b81171fd9d8b03bea50ff691ce8699b3ae.tar.zst freebsd-ports-gnome-fcb393b81171fd9d8b03bea50ff691ce8699b3ae.zip |
remove DEFAULT_VERSIONS.
Obtained from: bapt@, mat@
-rw-r--r-- | databases/pecl-chdb/Makefile | 1 | ||||
-rw-r--r-- | databases/pecl-drizzle/Makefile | 1 | ||||
-rw-r--r-- | databases/pecl-mdbtools/Makefile | 1 | ||||
-rw-r--r-- | databases/pecl-mongo/Makefile | 3 |
4 files changed, 0 insertions, 6 deletions
diff --git a/databases/pecl-chdb/Makefile b/databases/pecl-chdb/Makefile index 665a8746a8ae..31eab31980bd 100644 --- a/databases/pecl-chdb/Makefile +++ b/databases/pecl-chdb/Makefile @@ -21,7 +21,6 @@ USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= chdb -DEFAULT_VERSIONS= php=53 IGNORE_WITH_PHP=5 CFLAGS+= -L${LOCALBASE}/lib diff --git a/databases/pecl-drizzle/Makefile b/databases/pecl-drizzle/Makefile index 4dcb57208a20..57c72a2ab37e 100644 --- a/databases/pecl-drizzle/Makefile +++ b/databases/pecl-drizzle/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/databases/libdrizzle USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -DEFAULT_VERSIONS+= php=53 IGNORE_WITH_PHP=5 OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/databases/pecl-mdbtools/Makefile b/databases/pecl-mdbtools/Makefile index 1ae0d14beaf1..cb9ce30bf882 100644 --- a/databases/pecl-mdbtools/Makefile +++ b/databases/pecl-mdbtools/Makefile @@ -21,7 +21,6 @@ USES= pkgconfig tar:tgz USE_PHP= yes USE_PHPEXT= yes USE_PHP_BUILD= yes -DEFAULT_VERSIONS+= php=53 IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --with-mdbtools=${LOCALBASE} diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile index 8c940d21379c..5ef2ca568848 100644 --- a/databases/pecl-mongo/Makefile +++ b/databases/pecl-mongo/Makefile @@ -20,7 +20,4 @@ USE_PHPEXT= yes CONFIGURE_ARGS= --enable-mongo SUB_FILES= pkg-message -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/mongo.so - .include <bsd.port.mk> |