diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-26 03:01:03 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-26 03:01:03 +0000 |
commit | c1d57aa1a0e85d71f89f2b3022bb22a6fa41ba34 (patch) | |
tree | e92a10844d211d1a332f93c1670f011aee8020a0 /www/moodle | |
parent | Forced commit to note that original commit message should've been: (diff) |
- Add CONFLICT with moodle2
Approved by: maintainer(implicit)
Diffstat (limited to 'www/moodle')
-rw-r--r-- | www/moodle/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile index d7c07b8e65a5..ab7dac4e7c69 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= jmrueda@diatel.upm.es COMMENT= Course management system based on social constructionism +CONFLICTS= moodle-2.*.* + USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype WRKSRC= ${WRKDIR}/moodle |