diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-30 11:07:22 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-30 11:07:22 +0000 |
commit | ceaca2c3bde5a96bc16c356bd7d79ea0aefe7c1f (patch) | |
tree | c18937419baf355e2176d9936051f0ea5c63b1be /lang/mono/Makefile | |
parent | f7e5e827dccca346c7bae3e1832a91ea39d5ee2b (diff) | |
download | pkgsrc-ceaca2c3bde5a96bc16c356bd7d79ea0aefe7c1f.tar.gz |
Drop lang/mono/Makefile.common which is not needed anymore.
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index a0cb8cb1496..b3a2a50b624 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2008/04/28 07:10:21 kefren Exp $ +# $NetBSD: Makefile,v 1.67 2008/05/30 11:07:22 tnn Exp $ DISTNAME= mono-${MONO_VERSION} PKGREVISION= 1 @@ -14,7 +14,8 @@ BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser CONFLICTS= pnet-[0-9]* -.include "../../lang/mono/Makefile.common" +MONO_VERSION= 1.9.1 +ALL_ENV+= MONO_SHARED_DIR=${WRKDIR:Q} USE_TOOLS+= bison gmake gtar perl:run pkg-config bash:run USE_LIBTOOL= yes |