diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-09-10 12:53:06 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-09-10 12:53:06 +0000 |
commit | 672dc4101af3b7c960a5687e1137f6de5726a63e (patch) | |
tree | 3ac202e2774785c4bf7509ae84ef4a61812cd0dc | |
parent | 46d32e959a637c0f27d63bab7f14693bbfdc1c43 (diff) |
www/gallery2: Convert to USES=magick
Use the default ImageMagick since all of them (ImageMagick{6,7}{,-nox11}) are mutually exclusive.
-rw-r--r-- | www/gallery2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index e6aef7490522..9ebba20197ec 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gallery2 PORTVERSION= 2.3.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MASTER_SITES= SF/gallery/gallery2/${PORTVERSION} DISTNAME= gallery-${PORTVERSION}-full @@ -32,7 +32,7 @@ FFMPEG_RUN_DEPENDS= ffmpeg:multimedia/ffmpeg GD_RUN_DEPENDS= pngtogd:graphics/gd GD_USE= PHP=gd GRAPHMAGICK_RUN_DEPENDS=gm:graphics/GraphicsMagick -IMAGEMAGICK_USES= magick:6,run +IMAGEMAGICK_USES= magick:run JHEAD_RUN_DEPENDS= jhead:graphics/jhead MYSQL_USE= PHP=mysqli NETPBM_RUN_DEPENDS= giftopnm:graphics/netpbm |