diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-10-04 16:36:18 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-10-04 16:36:18 +0000 |
commit | 8c426a761bb33bedcc86535f8b328d629a1a350e (patch) | |
tree | a7555ad7304ad52096aef8645349964a7261006a /graphics/pixieplus/Makefile | |
parent | 142eb4adfecc0e1f78327a9881bf13ab11e1047e (diff) | |
download | ports-8c426a761bb33bedcc86535f8b328d629a1a350e.tar.gz ports-8c426a761bb33bedcc86535f8b328d629a1a350e.zip |
Chase lib version change of graphics/ImageMagick.
Bump PORTREVISION acordingly.
Notes
Notes:
svn path=/head/; revision=90258
Diffstat (limited to 'graphics/pixieplus/Makefile')
-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 1983a992e690..2414683b1292 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 |