diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /print/psutils | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'print/psutils')
-rw-r--r-- | print/psutils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/psutils/Makefile b/print/psutils/Makefile index 3ceec0139e8..c4ceea2f76b 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/11/10 14:08:16 agc Exp $ +# $NetBSD: Makefile,v 1.13 1999/02/20 22:48:42 hubertf Exp $ # FreeBSD Id: Makefile,v 1.15 1998/01/08 18:52:13 fenner Exp # @@ -14,8 +14,6 @@ DEPENDS+= papersize-1.0:../../print/papersize WRKSRC= ${WRKDIR}/psutils USE_PERL5= yes -CONFLICTS+= psutils-A4-1.17 psutils-Letter-1.17 - .include "../../mk/bsd.prefs.mk" PAPERSIZE?= A4 |