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 | 1d5d6fcbbbe966db88be123a7706bb1f99f55141 (patch) | |
tree | cd6f306418efe96d9029af24f1ba7691c7c819b8 /audio/libsamplerate | |
parent | eb54b9c0302e691b01256e950ed484bd1c324ef6 (diff) | |
download | pkgsrc-1d5d6fcbbbe966db88be123a7706bb1f99f55141.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 |