summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2015-12-25 20:14:09 +0000
committerjoerg <joerg>2015-12-25 20:14:09 +0000
commit5049621388ef9b9d49eb66ef2fe1c7d982e9a234 (patch)
tree06603f4aebc9c60ac82b47bb447f65072f047b99
parent81e87f4dfb6b8126b22d68fa011728c26e03974a (diff)
downloadpkgsrc-5049621388ef9b9d49eb66ef2fe1c7d982e9a234.tar.gz
Don't pick up cups2 accidently resulting in conflicts.
-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"