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/a2ps/Makefile | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r-- | print/a2ps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 0388d21c6d7..3b9eaa63fbb 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/02/19 01:02:14 tv Exp $ +# $NetBSD: Makefile,v 1.21 1999/02/20 22:48:38 hubertf Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -11,8 +11,6 @@ HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/ DEPENDS= papersize-1.0:../../print/papersize -CONFLICTS= a2ps-[AL]* - STRIP= GNU_CONFIGURE= yes CONFIGURE_ENV+= LPR=lpr |