aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixieplus/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-12-07 20:04:58 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-12-07 20:04:58 +0000
commitbe0393db47a7519e941b46f7b6b1f14ced70d82e (patch)
tree45eed355e997b854bddd8db51dddf8c9d2d2535e /graphics/pixieplus/Makefile
parent5c509a070c7d6dcc6a2811fba3f9f721bfed66e9 (diff)
downloadports-be0393db47a7519e941b46f7b6b1f14ced70d82e.tar.gz
ports-be0393db47a7519e941b46f7b6b1f14ced70d82e.zip
Notes
Diffstat (limited to 'graphics/pixieplus/Makefile')
-rw-r--r--graphics/pixieplus/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile
index ec0134232373..4f073ad6be15 100644
--- a/graphics/pixieplus/Makefile
+++ b/graphics/pixieplus/Makefile
@@ -7,13 +7,14 @@
PORTNAME= pixieplus
PORTVERSION= 0.5.4.1
+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.6:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick \
ungif.5:${PORTSDIR}/graphics/libungif
GNU_CONFIGURE= yes
@@ -29,4 +30,9 @@ USE_BZIP2= yes
BROKEN= "Does not compile on 4.x"
.endif
+post-patch:
+ @${CP} ${FILESDIR}/blob_private.h ${WRKSRC}/app/
+ @${CP} ${FILESDIR}/exception_private.h ${WRKSRC}/app/
+ @${CP} ${FILESDIR}/image_private.h ${WRKSRC}/app/
+
.include <bsd.port.post.mk>