diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-10 10:33:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-10 10:33:38 +0000 |
commit | a8686fc0e550242f7afd85be1ab61d7fb1f34fa1 (patch) | |
tree | 2a16c2a48f6ad51518c5f43cae392637d7a6d727 /math | |
parent | ee963abb439525679f7e562e96a71f921066d6a9 (diff) | |
download | pkgsrc-a8686fc0e550242f7afd85be1ab61d7fb1f34fa1.tar.gz |
Add CONFLICTS line for previous PKGNAME versions.
Suggested by Alan Barrett.
Diffstat (limited to 'math')
-rw-r--r-- | math/mtl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile index e5eb89eafba..fe35f33ca60 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/03/04 12:17:48 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/03/10 10:33:38 wiz Exp $ DISTNAME= mtl-2.1.2-21 PKGNAME= mtl-2.1.2.21 @@ -12,6 +12,7 @@ COMMENT= Matrix Template Library GNU_CONFIGURE= yes NO_BUILD= yes +CONFLICTS+= mtl-2.1.2-[0-9]* USE_LANGUAGES= c c++ post-install: |