diff options
-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} |