diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
commit | a2157276860a3947431ad500cdb3a9017b7d3008 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/libconvolve | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) | |
download | ports-a2157276860a3947431ad500cdb3a9017b7d3008.tar.gz ports-a2157276860a3947431ad500cdb3a9017b7d3008.zip |
Notes
Diffstat (limited to 'audio/libconvolve')
-rw-r--r-- | audio/libconvolve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libconvolve/Makefile b/audio/libconvolve/Makefile index 88b3bb46734a..ed4baac7c215 100644 --- a/audio/libconvolve/Makefile +++ b/audio/libconvolve/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ sndfile.1:${PORTSDIR}/audio/libsndfile +USES= pkgconfig USE_GMAKE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= build .include <bsd.port.mk> |