summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-12-25 20:14:09 +0000
committerjoerg <joerg@pkgsrc.org>2015-12-25 20:14:09 +0000
commit9ebabb29b6ae8cbd293971cf5089918981c1d332 (patch)
tree06603f4aebc9c60ac82b47bb447f65072f047b99 /print
parentf166615ad2f797e9ac469bbe8864dd9742c4abb8 (diff)
downloadpkgsrc-9ebabb29b6ae8cbd293971cf5089918981c1d332.tar.gz
Don't pick up cups2 accidently resulting in conflicts.
Diffstat (limited to 'print')
-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 11e6d8a0a1b..cf9edc42f09 100644
--- a/print/p5-Net-CUPS/Makefile
+++ b/print/p5-Net-CUPS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/06/12 10:50:59 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2015/12/25 20:14:09 joerg Exp $
DISTNAME= Net-CUPS-0.61
PKGNAME= p5-${DISTNAME}
@@ -16,7 +16,7 @@ USE_LANGUAGES= c
PERL5_PACKLIST= auto/Net/CUPS/.packlist
.include "../../converters/libiconv/buildlink3.mk"
-BUILDLINK_API_DEPENDS.cups+= cups>=1.2.2
+BUILDLINK_API_DEPENDS.cups+= cups>=1.2.2<2.0
.include "../../print/cups15/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"