summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-06-14 19:38:27 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-06-14 19:38:27 +0000
commitf7a14c95a8d9e12325967399190876a173fce674 (patch)
tree5df0025fb99bd9a1f5f6655716e757cca0ffd32a /graphics/ImageMagick
parent. Fix the dependencies for this port following the renaming of the JDK (diff)
Remove GCC2 requirement, it builds fine with recently fixed GCC3 under -current
too (and I confirm it). PR: 39300 Submitted by: Alexander Kabaev <ak03@gte.com>
Notes
Notes: svn path=/head/; revision=61273
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index f801738c387d..07fcfb4ef982 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ImageMagick
PORTVERSION= 5.4.5.1
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://imagemagick.sourceforge.net/http/ \
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \
@@ -45,7 +46,6 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
-USE_GCC= 2.95
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes