aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-05-16 17:10:30 +0800
committerwen <wen@FreeBSD.org>2011-05-16 17:10:30 +0800
commita460798ef41c0ecffee58b984214d131911b050d (patch)
treeabee7bed504e3d35cbadcf5a9495ef9c93c6f2f0
parentc8592badba1c0ee02febf01ec1a7a98622d0dfbf (diff)
downloadfreebsd-ports-gnome-a460798ef41c0ecffee58b984214d131911b050d.tar.gz
freebsd-ports-gnome-a460798ef41c0ecffee58b984214d131911b050d.tar.zst
freebsd-ports-gnome-a460798ef41c0ecffee58b984214d131911b050d.zip
- Install ImageMagick-nox11 instead of ImageMagick if WITH_IMAGICK is selected
PR: ports/157055 Submitted by: Helmut Schneider <jumper99@gmx.de> (maintainer)
-rw-r--r--www/typo3/Makefile2
-rw-r--r--www/typo345/Makefile2
-rw-r--r--www/typo346/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index 540162de42e9..b18d899b8d1f 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -48,7 +48,7 @@ USE_PHP+= gd
.endif
.if defined(WITH_IMAGICK)
-LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick-nox11
.endif
.if defined(WITH_MBSTRING)
diff --git a/www/typo345/Makefile b/www/typo345/Makefile
index 540162de42e9..b18d899b8d1f 100644
--- a/www/typo345/Makefile
+++ b/www/typo345/Makefile
@@ -48,7 +48,7 @@ USE_PHP+= gd
.endif
.if defined(WITH_IMAGICK)
-LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick-nox11
.endif
.if defined(WITH_MBSTRING)
diff --git a/www/typo346/Makefile b/www/typo346/Makefile
index 540162de42e9..b18d899b8d1f 100644
--- a/www/typo346/Makefile
+++ b/www/typo346/Makefile
@@ -48,7 +48,7 @@ USE_PHP+= gd
.endif
.if defined(WITH_IMAGICK)
-LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick-nox11
.endif
.if defined(WITH_MBSTRING)