diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-08 22:44:16 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-08 22:44:16 +0000 |
commit | 89f23095f379d8aa71f918acf52c168ef361bef8 (patch) | |
tree | 43bc900e77816cfb2cb28632174ef8cbcce1e481 /math/statist | |
parent | 1a8a048bd57612010f5cf43278e7291c28049038 (diff) | |
download | pkgsrc-89f23095f379d8aa71f918acf52c168ef361bef8.tar.gz |
Add missing conflict with freeze-[0-9]* (bin/statist); ++pkgrevision
Diffstat (limited to 'math/statist')
-rw-r--r-- | math/statist/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/statist/Makefile b/math/statist/Makefile index e9afe4f198a..ac661b7ce51 100644 --- a/math/statist/Makefile +++ b/math/statist/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2012/09/08 22:35:13 cheusov Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/08 22:44:16 cheusov Exp $ # DISTNAME= statist-1.0.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.usf.uni-osnabrueck.de/~breiter/tools/statist/v${PKGVERSION}/ @@ -12,6 +12,7 @@ COMMENT= Small and portable statistics program LICENSE= gnu-gpl-v2 DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot +CONFLICTS= freeze-[0-9]* # bin/statist PKG_DESTDIR_SUPPORT= user-destdir |