diff options
-rw-r--r-- | audio/faad2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile index c68ad01f902..cbc4d89ad34 100644 --- a/audio/faad2/Makefile +++ b/audio/faad2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/04/25 12:07:12 dillo Exp $ +# $NetBSD: Makefile,v 1.17 2004/05/03 00:41:56 grant Exp $ # DISTNAME= faad2-2.0 @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/faad2 USE_BUILDLINK3= YES USE_GCC_SHLIB= YES USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_LIBTOOL= YES AUTOMAKE_REQD= 1.4 |