Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2014 20:12:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r351640 - in branches/2014Q2/print/p5-Net-CUPS: . files
Message-ID:  <201404202012.s3KKCLDd020250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr 20 20:12:20 2014
New Revision: 351640
URL: http://svnweb.freebsd.org/changeset/ports/351640
QAT: https://qat.redports.org/buildarchive/r351640/

Log:
  MFH: r351638
  
  Unbreak with new cups
  
  PR:		ports/188451
  Obtained from:	https://rt.cpan.org/Public/Bug/Display.html?id=78583
  With hat:	portmgr
  Approved by:	portmgr (self)

Added:
  branches/2014Q2/print/p5-Net-CUPS/files/
     - copied from r351638, head/print/p5-Net-CUPS/files/
Modified:
  branches/2014Q2/print/p5-Net-CUPS/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/print/p5-Net-CUPS/Makefile
==============================================================================
--- branches/2014Q2/print/p5-Net-CUPS/Makefile	Sun Apr 20 20:10:43 2014	(r351639)
+++ branches/2014Q2/print/p5-Net-CUPS/Makefile	Sun Apr 20 20:12:20 2014	(r351640)
@@ -12,7 +12,8 @@ MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Interface to the CUPS API
 
 BUILD_DEPENDS=	cups-config:${PORTSDIR}/print/cups-client
-LIB_DEPENDS=	libcupsimage.so:${PORTSDIR}/print/cups-image
+LIB_DEPENDS=	libcupsimage.so:${PORTSDIR}/print/cups-image \
+		libcupsfilters.so:${PORTSDIR}/print/cups-filters
 
 USES=		perl5
 USE_PERL5=	configure



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