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/chems | |
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/chems')
-rw-r--r-- | www/chems/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chems/Makefile b/www/chems/Makefile index f9d5460f0a53..ce37ca03d5bd 100644 --- a/www/chems/Makefile +++ b/www/chems/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The geekest content helper management system NO_BUILD= yes -USES= zip +USES= zip php USE_PHP= xml iconv gd PLIST_SUB= WWWOWN="${WWWOWN}" SUB_FILES= pkg-message |