diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-18 14:44:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-18 14:44:58 +0000 |
commit | ce62648d51ab9568021f90cfc617930ba70780a1 (patch) | |
tree | 4ae8f180069d4fdddbd172b5d0e716528ccd5dc9 /graphics/barcode/Makefile | |
parent | 3301efb5d32d9347b54358bc02afdd100dad81be (diff) | |
download | pkgsrc-ce62648d51ab9568021f90cfc617930ba70780a1.tar.gz |
graphics/barcode and x11/xscreensaver conflict (because of
man/man1/barcode.1). Noted by kleink in PR 29585.
Diffstat (limited to 'graphics/barcode/Makefile')
-rw-r--r-- | graphics/barcode/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile index b65ed54452f..c53600a0fef 100644 --- a/graphics/barcode/Makefile +++ b/graphics/barcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/06/27 08:50:03 seb Exp $ +# $NetBSD: Makefile,v 1.8 2005/03/18 14:44:58 wiz Exp $ # DISTNAME= barcode-0.98 @@ -14,4 +14,7 @@ MAKE_ENV+= AWK="${AWK}" INFO_FILES= barcode.info +# man/man1/barcode.1 +CONFLICTS+= xscreensaver-[0-9]* + .include "../../mk/bsd.pkg.mk" |