mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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.
This commit is contained in:
parent
f2037d77ce
commit
108b885c03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45995
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user