diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/phpicalendar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile index d7da2563badc..e512802534c8 100644 --- a/deskutils/phpicalendar/Makefile +++ b/deskutils/phpicalendar/Makefile @@ -7,6 +7,7 @@ PORTNAME= phpicalendar PORTVERSION= 2.22 +PORTREVISION= 1 CATEGORIES= deskutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,7 @@ MAINTAINER= edwin@mavetju.org COMMENT= Webbased calendar with iCal support NO_BUILD= yes -USE_PHP= session +USE_PHP= session pcre SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}/ |