- Add php5-gettext knob

PR:		ports/104703
Submitted by:	Spil<spil.oss@gmail.com>
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2006-11-13 11:36:50 +00:00
parent 0fc16fe664
commit c1c4328c63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177170
2 changed files with 10 additions and 4 deletions

View file

@ -31,7 +31,7 @@ WWWGRP?= www
# Note that USE_PHP must be set before bsd.port.pre.mk is included, so
# OPTIONS can't be used right now without making portlint angry
#OPTIONS= NETPBM "Enable netpbm support" on \
#OPTIONS= NETPBM "Enable netpbm support" off \
# IMAGEMAGICK "Enable imagemagick support" on \
# PGSQL "Use PostgreSQL instead of MySQL" off \
# JHEAD "Enable jhead support" on \
@ -49,10 +49,13 @@ USE_PHP+= mysql
USE_PHP+= gd
RUN_DEPENDS+= pngtogd:${PORTSDIR}/graphics/gd
.endif
.if !defined(WITHOUT_NLS)
USE_PHP+= gettext
.endif
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_NETPBM)
.if defined(WITH_NETPBM)
RUN_DEPENDS+= giftopnm:${PORTSDIR}/graphics/netpbm
.endif
.if !defined(WITHOUT_IMAGEMAGICK)

View file

@ -31,7 +31,7 @@ WWWGRP?= www
# Note that USE_PHP must be set before bsd.port.pre.mk is included, so
# OPTIONS can't be used right now without making portlint angry
#OPTIONS= NETPBM "Enable netpbm support" on \
#OPTIONS= NETPBM "Enable netpbm support" off \
# IMAGEMAGICK "Enable imagemagick support" on \
# PGSQL "Use PostgreSQL instead of MySQL" off \
# JHEAD "Enable jhead support" on \
@ -49,10 +49,13 @@ USE_PHP+= mysql
USE_PHP+= gd
RUN_DEPENDS+= pngtogd:${PORTSDIR}/graphics/gd
.endif
.if !defined(WITHOUT_NLS)
USE_PHP+= gettext
.endif
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_NETPBM)
.if defined(WITH_NETPBM)
RUN_DEPENDS+= giftopnm:${PORTSDIR}/graphics/netpbm
.endif
.if !defined(WITHOUT_IMAGEMAGICK)