diff options
author | leeym <leeym@FreeBSD.org> | 2004-09-22 04:07:36 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-09-22 04:07:36 +0800 |
commit | fbcaeb17e8f736efc27865bcf8d288d2ce29f667 (patch) | |
tree | 93d2e9025210071c63e6b12fbdac1828d33749af /www | |
parent | fb34d7f922566d1d9fbda88d843fc3e282603948 (diff) | |
download | freebsd-ports-gnome-fbcaeb17e8f736efc27865bcf8d288d2ce29f667.tar.gz freebsd-ports-gnome-fbcaeb17e8f736efc27865bcf8d288d2ce29f667.tar.zst freebsd-ports-gnome-fbcaeb17e8f736efc27865bcf8d288d2ce29f667.zip |
- gallery depends on php[45]-pcre
PR: 71387
Submitted by: leeym
Approved by: portmgr (marcus)
Diffstat (limited to 'www')
-rw-r--r-- | www/gallery/Makefile | 2 | ||||
-rw-r--r-- | www/gallery2/Makefile | 2 | ||||
-rw-r--r-- | www/gallery3/Makefile | 2 |
3 files changed, 3 insertions, 3 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) diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index a4aa008b3d70..5042145a37b7 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/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) 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) |