diff options
author | grant <grant> | 2004-05-03 00:41:56 +0000 |
---|---|---|
committer | grant <grant> | 2004-05-03 00:41:56 +0000 |
commit | 2431eb4ac4aaef8bf2ed2f3ce011f94dc758707e (patch) | |
tree | efca6b172b05b956bd1cf025b2e0b2ba8eed30ce /audio | |
parent | b87c269a903ea025fe2060b715deb0ec317f23d6 (diff) | |
download | pkgsrc-2431eb4ac4aaef8bf2ed2f3ce011f94dc758707e.tar.gz |
this package uses a c and c++ compiler.
Diffstat (limited to 'audio')
-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 |