diff options
Diffstat (limited to 'print/p5-Net-CUPS/Makefile')
-rw-r--r-- | print/p5-Net-CUPS/Makefile | 8 |
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> |