summaryrefslogtreecommitdiff
path: root/print/p5-Net-CUPS
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2017-11-12 15:36:57 +0000
committerkhorben <khorben@pkgsrc.org>2017-11-12 15:36:57 +0000
commit8c069393c20690d47c5d796752a84ed0e6cd9e95 (patch)
tree28777db44825d259fc51114eeba8e227da7954cd /print/p5-Net-CUPS
parentd239ddfb856734ab2a47ec6254e6b6832850c25f (diff)
downloadpkgsrc-8c069393c20690d47c5d796752a84ed0e6cd9e95.tar.gz
Update dependencies on print/cups to print/cups-base
This is with the notable exception of meta-pkgs/desktop-gnome, which I believe implies a fully functional cups. This is still missing revision bumps - I'll be right there (first time I am doing this on so many packages at a time). As discussed on tech-pkg@
Diffstat (limited to 'print/p5-Net-CUPS')
-rw-r--r--print/p5-Net-CUPS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/p5-Net-CUPS/Makefile b/print/p5-Net-CUPS/Makefile
index 2b33f47f871..0b205c36bd8 100644
--- a/print/p5-Net-CUPS/Makefile
+++ b/print/p5-Net-CUPS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/06/14 21:26:13 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2017/11/12 15:36:59 khorben Exp $
DISTNAME= Net-CUPS-0.64
PKGNAME= p5-${DISTNAME}
@@ -19,6 +19,6 @@ EXTRACT_USING= bsdtar
BUILDLINK_DEPMETHOD.cups-filters= build # image.h
.include "../../print/cups-filters/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
-.include "../../print/cups/buildlink3.mk"
+.include "../../print/cups-base/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"