diff options
author | tv <tv> | 1999-02-19 01:02:14 +0000 |
---|---|---|
committer | tv <tv> | 1999-02-19 01:02:14 +0000 |
commit | f26c17b943d280da0006760769de2d88e15c17ac (patch) | |
tree | 53e0739dbb2603a7a6b81bc6180a659540716a51 /print | |
parent | 4a3d1bc439becdfce1965395e7682caa97824040 (diff) | |
download | pkgsrc-f26c17b943d280da0006760769de2d88e15c17ac.tar.gz |
Use wildcard CONFLICTS.
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index d2b98315554..0388d21c6d7 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/11/09 18:04:52 agc Exp $ +# $NetBSD: Makefile,v 1.20 1999/02/19 01:02:14 tv Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -11,8 +11,7 @@ HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/ DEPENDS= papersize-1.0:../../print/papersize -CONFLICTS= a2ps-A4-4.9.9 a2ps-Letter-4.9.9 a2ps-Letterdj-4.9.9 -CONFLICTS+= a2ps-A4-4.10.3 a2ps-Letter-4.10.3 a2ps-Letterdj-4.10.3 +CONFLICTS= a2ps-[AL]* STRIP= GNU_CONFIGURE= yes |