diff -ur ports/www/gallery2.orig/Makefile ports/www/gallery2/Makefile --- ports/www/gallery2.orig/Makefile Fri Aug 25 01:59:48 2006 +++ ports/www/gallery2/Makefile Tue Oct 24 19:31:35 2006 @@ -38,7 +38,8 @@ # UNZIP "Enable unzip support" on \ # GD "Enable gd support" off \ # DCRAW "Enable dcraw support" off \ -# FFMPEG "Enable ffmpeg support" off +# FFMPEG "Enable ffmpeg support" off \ +# GETTEXT "Enable gettext support off .if defined(WITH_PGSQL) USE_PHP+= pgsql @@ -70,6 +71,10 @@ .if defined(WITH_DCRAW) RUN_DEPENDS+= dcraw:${PORTSDIR}/graphics/dcraw .endif +.if defined(WITH_GETTEXT) +RUN_DEPENDS+= ${PORTSDIR}/devel/php5-gettext +.endif + pre-fetch: .if !defined(GALLERY2DIR)