diff options
author | markd <markd@pkgsrc.org> | 2006-10-15 11:52:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-15 11:52:28 +0000 |
commit | 329c536e886849d33316e7444ba0bb6f6073c2eb (patch) | |
tree | 7182e291abe88790ad1632f2750d963e4e680e7b /graphics | |
parent | 2c823d4e71419e012698ae26d8496a6c7c7be696 (diff) | |
download | pkgsrc-329c536e886849d33316e7444ba0bb6f6073c2eb.tar.gz |
xscreensaver >= 5.00 no longer conflicts.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/barcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile index fd80b75462a..28d6510b39f 100644 --- a/graphics/barcode/Makefile +++ b/graphics/barcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/04 18:07:16 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/10/15 11:52:28 markd Exp $ # DISTNAME= barcode-0.98 @@ -19,6 +19,6 @@ INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \ MAN3DIR=${PREFIX:Q}/${PKGMANDIR:Q}/man3 # man/man1/barcode.1 -CONFLICTS+= xscreensaver-[0-9]* +CONFLICTS+= xscreensaver<5.00 .include "../../mk/bsd.pkg.mk" |