summaryrefslogtreecommitdiff
path: root/www/gallery
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-09-21 20:07:36 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-09-21 20:07:36 +0000
commit5c7267a49f656fa4195322188198403c03585f0f (patch)
tree8949e056dd15d7b6303ba2addcbf3537499a737e /www/gallery
parent- set "USE_PHP= pcre xml", otherwise phpSysInfo won't work after installed (diff)
- gallery depends on php[45]-pcre
PR: 71387 Submitted by: leeym Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=118326
Diffstat (limited to 'www/gallery')
-rw-r--r--www/gallery/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile
index a4aa008b3d70..5042145a37b7 100644
--- a/www/gallery/Makefile
+++ b/www/gallery/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \
jhead:${PORTSDIR}/graphics/jhead \
unzip:${PORTSDIR}/archivers/unzip
-USE_PHP= session
+USE_PHP= pcre session
WANT_PHP_WEB= yes
.if !defined(WITHOUT_NLS)