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