aboutsummaryrefslogtreecommitdiff
path: root/print/p5-Net-CUPS/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2014-01-05 16:55:04 +0000
committerAndrej Zverev <az@FreeBSD.org>2014-01-05 16:55:04 +0000
commite8d65f9e66ec9f84bdea1e8a40584af5e48c8974 (patch)
tree394a499756d9bc6aa6a910d46873b32b5258b5fa /print/p5-Net-CUPS/Makefile
parent1c9c0b7a4ac26d2a136e928e9e2e9a4d24fd127c (diff)
downloadports-e8d65f9e66ec9f84bdea1e8a40584af5e48c8974.tar.gz
ports-e8d65f9e66ec9f84bdea1e8a40584af5e48c8974.zip
- state support
Approved by: portmgr (blanket infrastructure)
Notes
Notes: svn path=/head/; revision=338799
Diffstat (limited to 'print/p5-Net-CUPS/Makefile')
-rw-r--r--print/p5-Net-CUPS/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/print/p5-Net-CUPS/Makefile b/print/p5-Net-CUPS/Makefile
index 5e82c8d3238e..a393df591ea0 100644
--- a/print/p5-Net-CUPS/Makefile
+++ b/print/p5-Net-CUPS/Makefile
@@ -12,15 +12,9 @@ MAINTAINER= vg@FreeBSD.org
COMMENT= Interface to the CUPS API
BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client
-LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image
+LIB_DEPENDS= libcupsimage.so:${PORTSDIR}/print/cups-image
USES= perl5
USE_PERL5= configure
-MAN3= Net::CUPS.3 \
- Net::CUPS::Destination.3 \
- Net::CUPS::IPP.3 \
- Net::CUPS::PPD.3
-
-NO_STAGE= yes
.include <bsd.port.mk>