diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 03:57:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 03:57:35 +0000 |
commit | e62864a49bdd57829aee2485549d3ad5ebe6d370 (patch) | |
tree | 5c291c9ab4d698e1a567e92f63b7d6a752938fe1 /graphics/pixieplus/Makefile | |
parent | 999aa2d0da80d3e35f1a43a318a582327a366d40 (diff) |
Chase libversion bumb to libMagick.so.9
PR: ports/91270
Notes
Notes:
svn path=/head/; revision=152778
Diffstat (limited to 'graphics/pixieplus/Makefile')
-rw-r--r-- | graphics/pixieplus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 4a3842cdf9e1..679d7cf128ba 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -7,14 +7,14 @@ PORTNAME= pixieplus PORTVERSION= 0.5.4.1 -PORTREVISION= 4 +PORTREVISION= 5 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.8:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.9:${PORTSDIR}/graphics/ImageMagick \ ungif.5:${PORTSDIR}/graphics/libungif GNU_CONFIGURE= yes |