pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio replace deprecated USE_GMAKE with USE_GNU_TOOLS+...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c5d4f295195
branches:  trunk
changeset: 466656:5c5d4f295195
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 22 07:26:08 2004 +0000

description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

diffstat:

 audio/libao/Makefile.common |  4 ++--
 audio/xmms/Makefile.common  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 47a22b14ebc2 -r 5c5d4f295195 audio/libao/Makefile.common
--- a/audio/libao/Makefile.common       Thu Jan 22 07:24:25 2004 +0000
+++ b/audio/libao/Makefile.common       Thu Jan 22 07:26:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/01/07 18:00:16 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/01/22 07:26:08 grant Exp $
 
 DISTNAME=      libao-0.8.4
 CATEGORIES=    audio devel
@@ -11,7 +11,7 @@
 PATCHDIR=      ${.CURDIR}/../../audio/libao/patches
 
 GNU_CONFIGURE=         yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           yes
 
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/ao.pc.in
diff -r 47a22b14ebc2 -r 5c5d4f295195 audio/xmms/Makefile.common
--- a/audio/xmms/Makefile.common        Thu Jan 22 07:24:25 2004 +0000
+++ b/audio/xmms/Makefile.common        Thu Jan 22 07:26:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2003/09/26 07:28:38 rh Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/01/22 07:26:08 grant Exp $
 #
 
 DISTNAME=      xmms-1.2.7
@@ -13,7 +13,7 @@
 USE_BUILDLINK2=                yes
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_X11=               yes
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index