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 /www/elgg | |
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 'www/elgg')
-rw-r--r-- | www/elgg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/elgg/Makefile b/www/elgg/Makefile index 794aba9f1529..2df14b5733e0 100644 --- a/www/elgg/Makefile +++ b/www/elgg/Makefile @@ -12,7 +12,7 @@ COMMENT= Blogging and social networking platform LICENSE= GPLv2 -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP= 70 71 72 73 USE_PHP= mysql gd json soap dom xml USES= cpe gettext zip php |