diff options
author | cube <cube@pkgsrc.org> | 2004-06-03 11:53:05 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-06-03 11:53:05 +0000 |
commit | 5a3e90fae3b460ab1a68c3b3ed6878379cb12127 (patch) | |
tree | a26622cdaf2bc50537b44b9ea2c30a8361a837c1 /print | |
parent | def6b1b3d3c3211ef2db4c76f645bc63d9fea601 (diff) | |
download | pkgsrc-5a3e90fae3b460ab1a68c3b3ed6878379cb12127.tar.gz |
Correct CONFLICTS line to match actual versions of ghostscript. Reported
by Peter Bex.
Diffstat (limited to 'print')
-rw-r--r-- | print/hpijs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 2da4488a25f..5819d360e25 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/04/25 02:55:54 snj Exp $ +# $NetBSD: Makefile,v 1.13 2004/06/03 11:53:05 cube Exp $ DISTNAME= hpijs-1.5 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hpinkjet/} @@ -8,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://hpinkjet.sourceforge.net/ COMMENT= HP inkjet printer driver server -CONFLICTS= ghostscript<=6.0.1nb4 ghostscript-nox11<=6.0.1nb4 +CONFLICTS= ghostscript<=6.01nb4 ghostscript-nox11<=6.01nb4 USE_BUILDLINK3= yes GNU_CONFIGURE= # defined |