diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 07:26:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 07:26:08 +0000 |
commit | 4567e3bf3b95cf0210257cf22eaf14312e1d47af (patch) | |
tree | 8de95e745594e0b3665086301a1668f3c825de55 /audio | |
parent | abe415b76977ce30def27220c2e02521a1afd865 (diff) | |
download | pkgsrc-4567e3bf3b95cf0210257cf22eaf14312e1d47af.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libao/Makefile.common | 4 | ||||
-rw-r--r-- | audio/xmms/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common index d9d47e5b384..fa5bb8dd22d 100644 --- a/audio/libao/Makefile.common +++ b/audio/libao/Makefile.common @@ -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 @@ DISTINFO_FILE= ${.CURDIR}/../../audio/libao/distinfo 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 --git a/audio/xmms/Makefile.common b/audio/xmms/Makefile.common index 0e3a4a1598b..999a21583dd 100644 --- a/audio/xmms/Makefile.common +++ b/audio/xmms/Makefile.common @@ -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 @@ COMMENT= X Multimedia System - an audio player with a Winamp GUI USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_X11= yes GNU_CONFIGURE= yes |