pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mono Remove deprecated USE_GMAKE and replace expl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ac03815d912
branches:  trunk
changeset: 497709:3ac03815d912
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Aug 03 05:45:22 2005 +0000

description:
Remove deprecated USE_GMAKE and replace explicit dependency on gtar
by EXTRACT_USING=gtar.

diffstat:

 lang/mono/Makefile |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 4745e95c8f4a -r 3ac03815d912 lang/mono/Makefile
--- a/lang/mono/Makefile        Wed Aug 03 04:18:31 2005 +0000
+++ b/lang/mono/Makefile        Wed Aug 03 05:45:22 2005 +0000
@@ -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@localhost
 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 @@
 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}



Home | Main Index | Thread Index | Old Index