diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-13 07:41:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-13 07:41:09 +0000 |
commit | 9c2db9ea7f317d4dae56078f25859059f6ed2536 (patch) | |
tree | cd6f306418efe96d9029af24f1ba7691c7c819b8 /audio/libsamplerate | |
parent | 887a355366e62b040a0a0361e4174be3cbf44e7d (diff) | |
download | pkgsrc-9c2db9ea7f317d4dae56078f25859059f6ed2536.tar.gz |
Needs pkg-config. If it is not installed, libsndfile and fftw support
are not compiled in -> bump PKGREVISION.
Diffstat (limited to 'audio/libsamplerate')
-rw-r--r-- | audio/libsamplerate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |