diff options
author | nork <nork@FreeBSD.org> | 2003-10-04 16:36:18 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-10-04 16:36:18 +0000 |
commit | aa97716c8db186d2b4741648ab9545f26cbe4947 (patch) | |
tree | 56a4f413b5fb2d93c986d60acc077b5d4b8940b6 /graphics/pixieplus | |
parent | 407a9a2552815f894b604d0d844ae1c62c2f23a4 (diff) | |
download | FreeBSD-ports-aa97716c8db186d2b4741648ab9545f26cbe4947.zip FreeBSD-ports-aa97716c8db186d2b4741648ab9545f26cbe4947.tar.gz |
Chase lib version change of graphics/ImageMagick.
Bump PORTREVISION acordingly.
Diffstat (limited to 'graphics/pixieplus')
-rw-r--r-- | graphics/pixieplus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 1983a99..2414683 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -7,13 +7,14 @@ PORTNAME= pixieplus PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/ MAINTAINER= avleeuwen@piwebs.com COMMENT= A free, fast, and feature packed image browser and viewer for KDE -LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick \ ungif.5:${PORTSDIR}/graphics/libungif GNU_CONFIGURE= yes |