diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-07-01 08:40:37 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-07-01 08:40:37 +0000 |
commit | 3d1a129905926a2afe0b80604365a95874f70393 (patch) | |
tree | ba706a09c2b439d34cf3356ff40a4c1b3995fafd /www/gallery3 | |
parent | a23b2627997ca47cfad041949732c9618833268c (diff) | |
download | ports-3d1a129905926a2afe0b80604365a95874f70393.tar.gz ports-3d1a129905926a2afe0b80604365a95874f70393.zip |
- Remove WITH_PGSQL option since postgresql is not supported upstream
PR: ports/148275
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257258
Diffstat (limited to 'www/gallery3')
-rw-r--r-- | www/gallery3/Makefile | 8 |
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 |