diff options
author | joerg <joerg> | 2009-08-04 13:31:24 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-08-04 13:31:24 +0000 |
commit | 6b811e12d2e05b9cfa52af944d3e07a70a689ef1 (patch) | |
tree | c1da08c0a56d33743a43083dd142d4c7bb63d1ef /audio/libshout | |
parent | 97c42ab75d301c99260c45fafc30949850156123 (diff) | |
download | pkgsrc-6b811e12d2e05b9cfa52af944d3e07a70a689ef1.tar.gz |
Needs pkg-config, otherwise it will not install the pc file.
Diffstat (limited to 'audio/libshout')
-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 |