diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 16:55:04 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 16:55:04 +0000 |
commit | e8d65f9e66ec9f84bdea1e8a40584af5e48c8974 (patch) | |
tree | 394a499756d9bc6aa6a910d46873b32b5258b5fa /print/p5-Net-CUPS/Makefile | |
parent | 1c9c0b7a4ac26d2a136e928e9e2e9a4d24fd127c (diff) | |
download | ports-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/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> |