diff options
author | reed <reed@pkgsrc.org> | 2005-04-28 22:36:44 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-04-28 22:36:44 +0000 |
commit | e9ab52e51b2906f6a20bdd34403cdfb41808b466 (patch) | |
tree | 9f6c5895b68d1cdd2c70d42ded5ed35ca91a261b /print | |
parent | 7e7219c8141f4a610d1152cb96c5f208f40c1719 (diff) | |
download | pkgsrc-e9ab52e51b2906f6a20bdd34403cdfb41808b466.tar.gz |
Make this conflict with foomatic-filters (just imported)
which also provides bin/foomatic-gswrapper.
Maybe this old package should be removed?
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-gswrapper/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/foomatic-gswrapper/Makefile b/print/foomatic-gswrapper/Makefile index 46e811fefe7..92fb06a9667 100644 --- a/print/foomatic-gswrapper/Makefile +++ b/print/foomatic-gswrapper/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/04/25 03:19:39 snj Exp $ +# $NetBSD: Makefile,v 1.12 2005/04/28 22:36:44 reed Exp $ DISTNAME= foomatic-gswrapper PKGNAME= foomatic-gswrapper-1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print EXTRACT_SUFX= # empty MASTER_SITES= ${MASTER_SITE_LOCAL:=${PKGNAME_NOREV}/} @@ -16,6 +16,8 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.linuxprinting.org/gswrapper.html COMMENT= Foomatic Ghostscript Wrapper +CONFLICTS+= foomatic-filters-[0-9] + WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME_NOREV} |