aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ImageMagick/Makefile
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-09-22 13:59:41 +0800
committersf <sf@FreeBSD.org>2001-09-22 13:59:41 +0800
commit15967351357028084ebdbb82ddd25b80d0faf015 (patch)
tree499372e107ec92b30a2d90304561d0d18874585d /graphics/ImageMagick/Makefile
parentcb25c28cad702b74c97dc34f425f03e8d1459ed6 (diff)
downloadfreebsd-ports-gnome-15967351357028084ebdbb82ddd25b80d0faf015.tar.gz
freebsd-ports-gnome-15967351357028084ebdbb82ddd25b80d0faf015.tar.zst
freebsd-ports-gnome-15967351357028084ebdbb82ddd25b80d0faf015.zip
update to 5.3.8.2.
PR: 30717 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r--graphics/ImageMagick/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 696bc1113c7b..854c1b58d040 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ImageMagick
-PORTVERSION= 5.3.7
-PORTREVISION= 1
+PORTVERSION= 5.3.8.2
CATEGORIES= graphics perl5
MASTER_SITES= http://imagemagick.sourceforge.net/http/ \
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \
@@ -43,6 +42,8 @@ LIB_DEPENDS= fpx.1:${PORTSDIR}/graphics/libfpx \
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
+
USE_PERL5= yes
USE_LIBTOOL= yes
USE_AUTOCONF= yes
@@ -92,7 +93,7 @@ PLIST_SUB+= MODULES='@comment '
PKGNAMESUFFIX= -nox11
BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu-nox11
RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu-nox11
-CONFIGURE_ARGS+= --without-x --without-wmf
+CONFIGURE_ARGS+= --without-x
PLIST_SUB+= X11='@comment '
.else
BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu