summaryrefslogtreecommitdiff
path: root/lang/mono
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-16 06:40:50 +0000
committerxtraeme <xtraeme>2004-01-16 06:40:50 +0000
commit01c00e7081de7fa77ac72f357b4fd024341da35f (patch)
tree81394ca1160a6464b58e46eb47ee451b6920444c /lang/mono
parent08d5a36ccaa827aa93e2a744a1eabe8631b4274c (diff)
downloadpkgsrc-01c00e7081de7fa77ac72f357b4fd024341da35f.tar.gz
ilasm is installed by mono and pnet, add CONFLICTS between them and
bump PKGREVISION.
Diffstat (limited to 'lang/mono')
-rw-r--r--lang/mono/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index f4c7e554ab2..9d7afac3c13 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2003/12/03 17:08:24 recht Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/16 06:40:50 xtraeme Exp $
#
DISTNAME= mono-0.29
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.org/archive/
@@ -11,6 +12,8 @@ COMMENT= Open source implementation of the .NET Development Framework
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
+CONFLICTS= pnet-[0-9]*
+
# XXX please test
NOT_FOR_PLATFORM= NetBSD-1.[0-5]*-*
NOT_FOR_PLATFORM+= NetBSD-1.6-* NetBSD-1.6.*-*
@@ -38,7 +41,8 @@ REPLACE_PERL+= mono/metadata/make-bundle.pl
EGDIR= ${PREFIX}/share/examples/mono
CONF_FILES= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
CONF_FILES+= ${EGDIR}/machine.config ${PKG_SYSCONFDIR}/machine.config
-CONF_FILES+= ${EGDIR}/DefaultWsdlHelpGenerator.aspx ${PKG_SYSCONFDIR}/DefaultWsdlHelpGenerator.aspx
+CONF_FILES+= ${EGDIR}/DefaultWsdlHelpGenerator.aspx \
+ ${PKG_SYSCONFDIR}/DefaultWsdlHelpGenerator.aspx
.include "../../devel/glib2/buildlink2.mk"
.include "../../devel/pkgconfig/buildlink2.mk"