aboutsummaryrefslogtreecommitdiff
path: root/print/photoprint
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-01-24 22:02:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-01-24 22:02:38 +0000
commit4e03dc63a4c3a2a6dd92b3fa82fc9e6bb44bc59b (patch)
tree7164c16478d53e9cc5e289e55fba743dda49f716 /print/photoprint
parentfd397826a43b392c836b2b31ed47213db23560aa (diff)
downloadports-4e03dc63a4c3a2a6dd92b3fa82fc9e6bb44bc59b.tar.gz
ports-4e03dc63a4c3a2a6dd92b3fa82fc9e6bb44bc59b.zip
Fix LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=377833
Diffstat (limited to 'print/photoprint')
-rw-r--r--print/photoprint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile
index ec00be960122..addd8e740681 100644
--- a/print/photoprint/Makefile
+++ b/print/photoprint/Makefile
@@ -2,7 +2,7 @@
PORTNAME= photoprint
DISTVERSION= 0.4.2-pre2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print graphics
MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/
@@ -12,7 +12,7 @@ COMMENT= Utility to print multiple images per sheet
LICENSE= GPLv2
LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \
- libgutenprint.so:${PORTSDIR}/print/gutenprint \
+ libgutenprint.so:${PORTSDIR}/print/gutenprint-base \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
liblcms.so:${PORTSDIR}/graphics/lcms \
libnetpbm.so:${PORTSDIR}/graphics/netpbm \