diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:06:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:06:03 +0000 |
commit | 49ac0257b583fca37768b7bd375c8e04dd766b2c (patch) | |
tree | e8b47bd5f6dac49d468545888851d6548dbe8e5a /audio/vorbis-tools | |
parent | 993c8c265e497561b44b4090a45d2e34a3ef5010 (diff) |
Notes
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r-- | audio/vorbis-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 72dbfb83bd1d..63caf8d2b84f 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao \ speex.1:${PORTSDIR}/audio/speex \ vorbis.4:${PORTSDIR}/audio/libvorbis +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" |