diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-05 11:57:35 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-05 11:57:35 +0800 |
commit | 9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d (patch) | |
tree | 596c373cb5b0e1b46054a2fc5000be8e97caa3ca /graphics/pixieplus | |
parent | 2163e4be9b6582fba21140d86d38b25ae68a90d4 (diff) | |
download | freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.tar.gz freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.tar.zst freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.zip |
Chase libversion bumb to libMagick.so.9
PR: ports/91270
Diffstat (limited to 'graphics/pixieplus')
-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 |