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/libao | |
parent | abe415b76977ce30def27220c2e02521a1afd865 (diff) | |
download | pkgsrc-4567e3bf3b95cf0210257cf22eaf14312e1d47af.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'audio/libao')
-rw-r--r-- | audio/libao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 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 |