diff options
-rw-r--r-- | audio/libshout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index 6b436e95779..e6f9802ee4b 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/07/30 16:41:18 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2009/08/04 13:31:24 joerg Exp $ # DISTNAME= libshout-2.2.2 @@ -13,6 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= YES PTHREAD_OPTS+= require +USE_TOOLS+= pkg-config GNU_CONFIGURE= YES |