From 9c2db9ea7f317d4dae56078f25859059f6ed2536 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 13 Jan 2007 07:41:09 +0000 Subject: Needs pkg-config. If it is not installed, libsndfile and fftw support are not compiled in -> bump PKGREVISION. --- audio/libsamplerate/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/libsamplerate') diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index cf1ec9ee11d..6f37d9b00bf 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2007/01/07 12:25:51 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/13 07:41:09 wiz Exp $ # DISTNAME= libsamplerate-0.1.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/SRC/ @@ -12,6 +12,7 @@ COMMENT= Sample rate converter library GNU_CONFIGURE= YES USE_LIBTOOL= YES +USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= ${WRKSRC}/samplerate.pc.in TEST_TARGET= check -- cgit v1.2.3