diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-04 11:29:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-04 11:29:14 +0000 |
commit | 5c7b4a79f22a80069ed7ca7e714866840da996c0 (patch) | |
tree | 0de18533b6f4f04bd12eefda84399d3b60d1d1bd /www/ilias | |
parent | Do not overwrite USES (diff) |
Convert to USES=php
While here convert some ports to optiosn helpers
Notes
Notes:
svn path=/head/; revision=451218
Diffstat (limited to 'www/ilias')
-rw-r--r-- | www/ilias/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ilias/Makefile b/www/ilias/Makefile index b0e1b354e806..d6165b695e61 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -24,7 +24,7 @@ USE_GITHUB= yes GH_ACCOUNT= ILIAS-eLearning GH_PROJECT= ILIAS -USES= cpe jpeg +USES= cpe jpeg php NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message |