diff options
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r-- | graphics/ImageMagick/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 1f24b385f64e..d52e89d12566 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -7,7 +7,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.5.3-10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \ ${MASTER_SITE_SOURCEFORGE} \ @@ -23,9 +23,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} USE_BZIP2= yes USE_PERL5= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libltdl:15 +USE_AUTOTOOLS= libltdl:22 # For some reason, using our libtool breaks the build into pieces: -#USE_AUTOTOOLS+= libtool:15 +#USE_AUTOTOOLS+= libtool:22 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-shared --without-dps |