diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-24 22:15:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-24 22:15:20 +0000 |
commit | 5f74869c7f91c663c40cc84573478720c482f454 (patch) | |
tree | 445304c6fd2e6bcdbe65cc5bc3cb5f6293630418 /deskutils | |
parent | upgrade to 2.95 (diff) |
Add pcre to USE_PHP.
Noticed by: flz@
Notes
Notes:
svn path=/head/; revision=191638
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}/ |