diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-08 23:08:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-08 23:08:13 +0800 |
commit | a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2 (patch) | |
tree | 42358909bf1bcd1454294bcb1807af0668a8d50d /databases/php-mdcached | |
parent | aa4c9b292c8535dd6a140a2871d9924aa3ba0b17 (diff) | |
download | freebsd-ports-gnome-a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2.tar.gz freebsd-ports-gnome-a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2.tar.zst freebsd-ports-gnome-a07ba811f67ecc3d619ea2eeb9678d4d1cb68fd2.zip |
Fix some PKGNAME collisions
Diffstat (limited to 'databases/php-mdcached')
-rw-r--r-- | databases/php-mdcached/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php-mdcached/Makefile b/databases/php-mdcached/Makefile index c0191445fca1..1807e7e4a905 100644 --- a/databases/php-mdcached/Makefile +++ b/databases/php-mdcached/Makefile @@ -17,7 +17,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libmdcached.so:databases/mdcached USES= php:ext -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP= 70 71 72 73 CONFIGURE_ARGS= --enable-mdcached WRKSRC_SUBDIR= ${PORTNAME}/client_php/${PORTNAME} |