svn commit: r351640 - in branches/2014Q2/print/p5-Net-CUPS: . files
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 20 20:12:21 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list