Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 22:02:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377833 - head/print/photoprint
Message-ID:  <201501242202.t0OM2dV4024751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501242202.t0OM2dV4024751>