diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-16 06:40:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-16 06:40:50 +0000 |
commit | f44f71184fe4043a997851b3bcc0a4fa91e58ca6 (patch) | |
tree | 81394ca1160a6464b58e46eb47ee451b6920444c /lang/pnet | |
parent | 0926a27a2d842954bb3b5b9a472095533a8c525b (diff) | |
download | pkgsrc-f44f71184fe4043a997851b3bcc0a4fa91e58ca6.tar.gz |
ilasm is installed by mono and pnet, add CONFLICTS between them and
bump PKGREVISION.
Diffstat (limited to 'lang/pnet')
-rw-r--r-- | lang/pnet/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index 237e557fa93..badc9a6728a 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 17:13:31 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/16 06:40:50 xtraeme Exp $ # DISTNAME= pnet-0.6.2 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ @@ -11,6 +12,8 @@ COMMENT= DotGNU Portable.NET (development tools) BUILD_DEPENDS= treecc>=0.2.6:../../devel/treecc +CONFLICTS= mono-[0-9]* + USE_GMAKE= yes USE_MAKEINFO= yes GNU_CONFIGURE= yes |