diff options
author | recht <recht@pkgsrc.org> | 2005-08-03 05:45:22 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-08-03 05:45:22 +0000 |
commit | 3138d8d2db30de2f1e8664534b09a05cb7e24874 (patch) | |
tree | e1f08409adb4b454e8947b27462e521858fed3b5 /lang | |
parent | 17ae854613f3aa5ed78e2e6e54f5ac63a7de829b (diff) | |
download | pkgsrc-3138d8d2db30de2f1e8664534b09a05cb7e24874.tar.gz |
Remove deprecated USE_GMAKE and replace explicit dependency on gtar
by EXTRACT_USING=gtar.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 22680764d5b..143febbc55f 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.39 2005/07/31 15:26:58 recht Exp $ +# $NetBSD: Makefile,v 1.40 2005/08/03 05:45:22 recht Exp $ DISTNAME= mono-1.1.8.3 CATEGORIES= lang -MASTER_SITES= http://go-mono.com/sources/mono-1.1/ +MASTER_SITES= http://go-mono.com/sources/mono-1.1/ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.mono-project.com/ COMMENT= Open source implementation of the .NET Development Framework BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser -DEPENDS+= gtar>=1.13.25:../../archivers/gtar - CONFLICTS= pnet-[0-9]* @@ -25,8 +23,7 @@ NOT_FOR_PLATFORM+= *-*-alpha *-*-sparc64 USE_TOOLS+= bison gmake gtar perl USE_PKGINSTALL= yes USE_LIBTOOL= yes -USE_GMAKE= yes -TAR= gtar +EXTRACT_USING= gtar GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |