summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-09 01:22:17 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-09 01:22:17 +0000
commit108b885c032e522b775dd8e45a00339a865a38df (patch)
treed204ab9be615a4e2da4df608d24d3e8fbe43dbb0 /graphics/ImageMagick
parentUnbreak the build for XFree86-4 (rman bug) (diff)
Back out part of my changes (with-modules by default) because PerlMagick not
really work (while 'make test' works), pointed by "KATO Tsuguru" <tkato@prontomail.com> Add comment describing situation.
Notes
Notes: svn path=/head/; revision=45995
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 838cf220251f..6a58ab6b95f4 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ImageMagick
PORTVERSION= 5.3.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= http://imagemagick.sourceforge.net/http/ \
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \
@@ -75,8 +75,9 @@ CONFIGURE_ARGS+= --disable-16bit-pixel
CONFIGURE_ARGS+= --enable-lzw
.endif
-# Loadable coders, smaller executable
-.if !defined(WITHOUT_IMAGEMAGICK_MODULES)
+# Loadable coders, smaller executable, but PerlMagick not really works
+# ('make test' there works)
+.if defined(WITH_IMAGEMAGICK_MODULES)
LIB_DEPENDS+= ltdl.1:${PORTSDIR}/devel/libtool
LIBTOOLFLAGS= # none
CONFIGURE_ARGS+= --with-modules