remove DEFAULT_VERSIONS.

Obtained from:	bapt@, mat@
This commit is contained in:
Vanilla I. Shu 2015-02-25 07:36:37 +00:00
parent 00dab8ba7a
commit 71fef51ef4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379879
4 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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}

View File

@ -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>