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/mahara | |
parent | e6790f54f99f2ac41a01481a9a9d81e4bcafb14f (diff) | |
download | ports-5c7b4a79f22a80069ed7ca7e714866840da996c0.tar.gz ports-5c7b4a79f22a80069ed7ca7e714866840da996c0.zip |
Convert to USES=php
While here convert some ports to optiosn helpers
Notes
Notes:
svn path=/head/; revision=451218
Diffstat (limited to 'www/mahara')
-rw-r--r-- | www/mahara/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mahara/Makefile b/www/mahara/Makefile index acdee1f9cda4..66470c292169 100644 --- a/www/mahara/Makefile +++ b/www/mahara/Makefile @@ -12,7 +12,7 @@ COMMENT= Open source ePortfolio system LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING -USES= cpe tar:bzip2 +USES= cpe php tar:bzip2 USE_PHP= dom gd session json curl xml xmlrpc openssl simplexml \ mcrypt zip |