diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-04 19:29:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-10-04 19:29:14 +0800 |
commit | 0fa7bf6813fbad199d25f460aabcbab8486b0c50 (patch) | |
tree | 0de18533b6f4f04bd12eefda84399d3b60d1d1bd /www/elgg | |
parent | 621f1c8ce4732bece01f8671abce7e94e5af2464 (diff) | |
download | freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.tar.gz freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.tar.zst freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.zip |
Convert to USES=php
While here convert some ports to optiosn helpers
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 0534cde21fb3..d62729c5ece6 100644 --- a/www/elgg/Makefile +++ b/www/elgg/Makefile @@ -13,7 +13,7 @@ COMMENT= Blogging and social networking platform LICENSE= GPLv2 USE_PHP= mysql gd json soap dom xml -USES= cpe gettext zip +USES= cpe gettext zip php NO_BUILD= yes PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" |