summaryrefslogtreecommitdiff
path: root/net-p2p/gift
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-10-09 07:24:02 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-10-09 07:24:02 +0000
commitac53f8ae577190cd2b26a99cb4da722a3c51a15b (patch)
treebfe2b6314ddc13497f8d7b10c81497c4aa53683a /net-p2p/gift
parentFix building in -STABLE. (diff)
- Chase lib version change of graphics/ImageMagick.
- Bump PORTREVISION acordingly PR: 57787 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=90689
Diffstat (limited to 'net-p2p/gift')
-rw-r--r--net-p2p/gift/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile
index 0d46ac19ab1b..9a849e8cacc8 100644
--- a/net-p2p/gift/Makefile
+++ b/net-p2p/gift/Makefile
@@ -7,6 +7,7 @@
PORTNAME= giFT
PORTVERSION= 0.11.4
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
@@ -17,7 +18,7 @@ COMMENT= An OpenFT, Gnutella and FastTrack p2p network client
LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \
vorbis.2:${PORTSDIR}/audio/libvorbis \
- Magick.5:${PORTSDIR}/graphics/ImageMagick
+ Magick.6:${PORTSDIR}/graphics/ImageMagick
.if defined(WITH_LIBMAGIC)
LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file
.endif