diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-08 01:46:20 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-08 01:46:20 +0000 |
commit | 80841e85feadfc5e0ec3aa96fa151118b2c47bb3 (patch) | |
tree | afbd904d03a6b7686d02d3079b3362a65c5705de /www/limesurvey | |
parent | 8c1d2b94c8ad052c40a1d8e5ed01d84246c4c043 (diff) | |
download | ports-80841e85feadfc5e0ec3aa96fa151118b2c47bb3.tar.gz ports-80841e85feadfc5e0ec3aa96fa151118b2c47bb3.zip |
- Added PHP ctype module dependency.
- Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=252429
Diffstat (limited to 'www/limesurvey')
-rw-r--r-- | www/limesurvey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/limesurvey/Makefile b/www/limesurvey/Makefile index 15ffb7d7ce9c..745d6ed0de2b 100644 --- a/www/limesurvey/Makefile +++ b/www/limesurvey/Makefile @@ -7,7 +7,7 @@ PORTNAME= limesurvey PORTVERSION= 1.80 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= ${PORTNAME}${PORTVERSION:S^.^^}_build6506_20090310 @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S^.^^}_build6506_20090310 MAINTAINER= janos.mohacsi@bsd.hu COMMENT= A PHP-based survey building and runing system -USE_PHP= mysql session mbstring pcre iconv gd ldap +USE_PHP= mysql session mbstring pcre iconv gd ldap ctype WWWDOCROOT?= www PHPSURVEYORURL?= ${PORTNAME} |