diff options
-rw-r--r-- | audio/soundtouch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index df89d9ea6ce..0eecd595a7d 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/07/21 12:16:14 richard Exp $ +# $NetBSD: Makefile,v 1.3 2016/02/02 06:15:02 dbj Exp $ DISTNAME= soundtouch-1.9.0 CATEGORIES= audio @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/soundtouch GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config autoconf automake autoreconf -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= soundtouch-1.4.pc.in PKGCONFIG_OVERRIDE+= soundtouch.pc.in |