svn commit: r377833 - head/print/photoprint

Antoine Brodin antoine at FreeBSD.org
Sat Jan 24 22:02:39 UTC 2015


Author: antoine
Date: Sat Jan 24 22:02:38 2015
New Revision: 377833
URL: https://svnweb.freebsd.org/changeset/ports/377833
QAT: https://qat.redports.org/buildarchive/r377833/

Log:
  Fix LIB_DEPENDS

Modified:
  head/print/photoprint/Makefile

Modified: head/print/photoprint/Makefile
==============================================================================
--- head/print/photoprint/Makefile	Sat Jan 24 22:00:45 2015	(r377832)
+++ head/print/photoprint/Makefile	Sat Jan 24 22:02:38 2015	(r377833)
@@ -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 image
 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 \


More information about the svn-ports-all mailing list