diff options
author | cheusov <cheusov> | 2012-09-16 15:21:33 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-09-16 15:21:33 +0000 |
commit | 8400f31e33cf8f15706d60fc12f8131d25ce1896 (patch) | |
tree | d17ec3e2f0fe5c8e8b34d31ee4fad866ab3cf50a /math | |
parent | 8f6928793f38fc347b36e49dad44da7973e4b870 (diff) | |
download | pkgsrc-8400f31e33cf8f15706d60fc12f8131d25ce1896.tar.gz |
CONFLICTS += mono-[0-9]*; ++pkgrevision
Diffstat (limited to 'math')
-rw-r--r-- | math/mcsim/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index b323dfd5b8a..9e379fd1226 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2012/09/11 23:04:23 asau Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/16 15:21:33 cheusov Exp $ DISTNAME= mcsim-5.4.0 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=mcsim/} @@ -8,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/mcsim COMMENT= Monte Carlo Simulation software +CONFLICTS+= mono-[0-9]* # bin/mod + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= makeinfo |