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 | 227dbc1895bbe9e47fbd5da51f065b72b636f6d6 (patch) | |
tree | c18937419baf355e2176d9936051f0ea5c63b1be /lang/mono | |
parent | 56afc310665da2df5a452af9c8702307cf6ca5d1 (diff) | |
download | pkgsrc-227dbc1895bbe9e47fbd5da51f065b72b636f6d6.tar.gz |
Drop lang/mono/Makefile.common which is not needed anymore.
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 5 | ||||
-rw-r--r-- | lang/mono/Makefile.common | 4 |
2 files changed, 3 insertions, 6 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 diff --git a/lang/mono/Makefile.common b/lang/mono/Makefile.common deleted file mode 100644 index 35091cccf7c..00000000000 --- a/lang/mono/Makefile.common +++ /dev/null @@ -1,4 +0,0 @@ -# $NetBSD: Makefile.common,v 1.3 2008/05/30 11:01:15 tnn Exp $ -# used by lang/mono/Makefile - -MONO_VERSION= 1.9.1 |