aboutsummaryrefslogtreecommitdiff
path: root/www/gallery3
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-07-01 08:40:37 +0000
committerWen Heping <wen@FreeBSD.org>2010-07-01 08:40:37 +0000
commit3d1a129905926a2afe0b80604365a95874f70393 (patch)
treeba706a09c2b439d34cf3356ff40a4c1b3995fafd /www/gallery3
parenta23b2627997ca47cfad041949732c9618833268c (diff)
downloadports-3d1a129905926a2afe0b80604365a95874f70393.tar.gz
ports-3d1a129905926a2afe0b80604365a95874f70393.zip
Notes
Diffstat (limited to 'www/gallery3')
-rw-r--r--www/gallery3/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile
index 434cc35c0fd2..61c21211f0a5 100644
--- a/www/gallery3/Makefile
+++ b/www/gallery3/Makefile
@@ -17,7 +17,7 @@ COMMENT= Web based photo album organizer written in PHP
USE_ZIP= yes
-USE_PHP= pcre session filter xml iconv spl simplexml json
+USE_PHP= pcre session filter xml iconv spl simplexml json mysql
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -28,7 +28,6 @@ SUB_FILES= pkg-message
OPTIONS= NETPBM "Enable netpbm support" off \
IMAGEMAGICK "Enable imagemagick support" on \
GRAPHMAGICK "Enable graphicsmagick support" off \
- PGSQL "Use PostgreSQL instead of MySQL" off \
JHEAD "Enable jhead support" on \
GD "Enable gd support" off \
DCRAW "Enable dcraw support" off \
@@ -37,11 +36,6 @@ OPTIONS= NETPBM "Enable netpbm support" off \
.include <bsd.port.pre.mk>
-.if defined(WITH_PGSQL)
-USE_PHP+= pgsql
-.else
-USE_PHP+= mysql
-.endif
.if defined(WITH_GD)
USE_PHP+= gd
RUN_DEPENDS+= pngtogd:${PORTSDIR}/graphics/gd