diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 20:07:36 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 20:07:36 +0000 |
commit | 5c7267a49f656fa4195322188198403c03585f0f (patch) | |
tree | 8949e056dd15d7b6303ba2addcbf3537499a737e /www/gallery3 | |
parent | 04da62bd968dc5ac981e0309cc70a7f20b3739a8 (diff) | |
download | ports-5c7267a49f656fa4195322188198403c03585f0f.tar.gz ports-5c7267a49f656fa4195322188198403c03585f0f.zip |
- 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/gallery3')
-rw-r--r-- | www/gallery3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index a4aa008b3d70..5042145a37b7 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/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) |