diff options
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r-- | graphics/ImageMagick/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 8719136dbb02..ebeb649c28a8 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.1-2 +DISTVERSION= 6.9.1-3 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -379,10 +379,6 @@ INSTALL_TARGET= install-strip USE_GHOSTSCRIPT_BUILD=yes .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -EXTRA_PATCHES+= ${FILESDIR}/extra-magick_locale.c -.endif - post-patch: # strip library name of variable parts that can change due to # the HDRI and Q16 option |