diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
commit | 59272d10178066cdfa1d1aea23c915a09473d798 (patch) | |
tree | 923210657ff3819220d9f901a4ae5748d77b8564 /print/photoprint | |
parent | fc9825be880916c415aad3c9a9483fd377323fdf (diff) |
Notes
Diffstat (limited to 'print/photoprint')
-rw-r--r-- | print/photoprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile index c4126f2a258d..9f6365fe3db0 100644 --- a/print/photoprint/Makefile +++ b/print/photoprint/Makefile @@ -2,7 +2,7 @@ PORTNAME= photoprint DISTVERSION= 0.4.2-pre2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print graphics MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/ @@ -11,7 +11,7 @@ COMMENT= Utility to print multiple images per sheet LICENSE= GPLv2 -LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \ +LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups \ libgutenprint.so:${PORTSDIR}/print/gutenprint-base \ liblcms.so:${PORTSDIR}/graphics/lcms \ libnetpbm.so:${PORTSDIR}/graphics/netpbm \ |