diff options
Diffstat (limited to 'www/gallery3/Makefile')
-rw-r--r-- | www/gallery3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index 6b806410a83d..645a9901c647 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -3,7 +3,7 @@ PORTNAME= gallery3 PORTVERSION= 3.0.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= SF/gallery/${PORTNAME}/${PORTVERSION} DISTNAME= gallery-${PORTVERSION} @@ -54,9 +54,9 @@ RUN_DEPENDS+= gm:graphics/GraphicsMagick .if ${PORT_OPTIONS:MIMAGEMAGICK} .if ${PORT_OPTIONS:MX11} -RUN_DEPENDS+= convert:graphics/ImageMagick +RUN_DEPENDS+= convert:graphics/ImageMagick6 .else -RUN_DEPENDS+= convert:graphics/ImageMagick-nox11 +RUN_DEPENDS+= convert:graphics/ImageMagick6-nox11 .endif .endif |