diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-16 15:26:29 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-16 15:26:29 +0000 |
commit | 58b540e3a248215d428db440d7838e6ee79c001e (patch) | |
tree | a4df1e8bcdb135ea6a5d595fff379f5d8ad6c871 /cad | |
parent | b9038c89c57a5407f4f354ce7507645432802975 (diff) | |
download | pkgsrc-58b540e3a248215d428db440d7838e6ee79c001e.tar.gz |
CONFLICTS += mono-[0-9]*; ++pkgrevision
Diffstat (limited to 'cad')
-rw-r--r-- | cad/lc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/lc/Makefile b/cad/lc/Makefile index 333d6c0a084..65f07da4211 100644 --- a/cad/lc/Makefile +++ b/cad/lc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2012/05/23 12:50:04 marino Exp $ +# $NetBSD: Makefile,v 1.16 2012/09/16 15:26:29 cheusov Exp $ DISTNAME= lc # overridden below PKGNAME= lc-${LCVER} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= cad MASTER_SITES= http://lc.cray.com/download/ @@ -11,6 +11,8 @@ HOMEPAGE= http://lc.cray.com/ COMMENT= Finite Difference Time Domain (FDTD) Electromagnetic Simulator LICENSE= lc-license +CONFLICTS+= mono-[0-9]* # bin/lc + RESTRICTED= Original installer required to redistribute. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |