diff options
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r-- | audio/lame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index b45d07af7bf..1f9b1b894e0 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/01/20 15:46:12 adam Exp $ +# $NetBSD: Makefile,v 1.33 2004/01/22 07:15:00 grant Exp $ # DISTNAME= lame-${VERS} @@ -15,7 +15,7 @@ VERS= 3.95.1 LICENSE= fee-based-commercial-use USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |