diff options
author | josef <josef@FreeBSD.org> | 2004-12-05 15:35:48 +0000 |
---|---|---|
committer | josef <josef@FreeBSD.org> | 2004-12-05 15:35:48 +0000 |
commit | 51dca7d8d9e060b1bd274a506112bb714683ca3d (patch) | |
tree | 9b7a223ed131e106a8250af27ebbbbc5d03739e2 /net-p2p/gift | |
parent | c01b0494f2266d3b9c2f1b821e4c984c9a2238dd (diff) | |
download | FreeBSD-ports-51dca7d8d9e060b1bd274a506112bb714683ca3d.zip FreeBSD-ports-51dca7d8d9e060b1bd274a506112bb714683ca3d.tar.gz |
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi
Diffstat (limited to 'net-p2p/gift')
-rw-r--r-- | net-p2p/gift/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index e3fdd5f..baf7ad6 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -7,6 +7,7 @@ PORTNAME= giFT PORTVERSION= 0.11.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -16,7 +17,7 @@ MAINTAINER= shoesoft@gmx.net COMMENT= An OpenFT, Gnutella and FastTrack p2p network client LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ - Magick.6:${PORTSDIR}/graphics/ImageMagick + Magick.7:${PORTSDIR}/graphics/ImageMagick .if defined(WITH_LIBMAGIC) BUILD_DEPENDS+= ${LOCALBASE}/include/magic.h:${PORTSDIR}/sysutils/file LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file |