diff options
-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 |