diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-11-30 08:02:29 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-11-30 08:02:29 +0000 |
commit | 7caa28b8d53aa61195ba7428287950952bd3dda7 (patch) | |
tree | 260f2fc981c037880b7b13b13cd3291bf45a66b0 /www/moodle28 | |
parent | dec8ac493f2715639fc1e13febe47282101fc688 (diff) | |
download | ports-7caa28b8d53aa61195ba7428287950952bd3dda7.tar.gz ports-7caa28b8d53aa61195ba7428287950952bd3dda7.zip |
Notes
Diffstat (limited to 'www/moodle28')
-rw-r--r-- | www/moodle28/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/moodle28/Makefile b/www/moodle28/Makefile index cd33055abb1d..d0619254276d 100644 --- a/www/moodle28/Makefile +++ b/www/moodle28/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-in CONFLICTS= moodle30-3.0 moodle29-2.9.[0-9]* -USES= tar:tgz +USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ soap openssl simplexml spl dom json zip zlib hash opcache WRKSRC= ${WRKDIR}/moodle |