diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-03 14:53:03 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-03 14:53:03 +0800 |
commit | 059a0bed0f33f3e8e8cde9955627c830eafdafd6 (patch) | |
tree | ec75ce5425d20dad37a689be29fd847c6a7f17c4 /audio/jack/Makefile | |
parent | 5473dcdd02e31b44779ea73ee6b19a273a692529 (diff) | |
download | freebsd-ports-gnome-059a0bed0f33f3e8e8cde9955627c830eafdafd6.tar.gz freebsd-ports-gnome-059a0bed0f33f3e8e8cde9955627c830eafdafd6.tar.zst freebsd-ports-gnome-059a0bed0f33f3e8e8cde9955627c830eafdafd6.zip |
Drop :keepla from the libtool USES.
PR: 202048
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Diffstat (limited to 'audio/jack/Makefile')
-rw-r--r-- | audio/jack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 4fd6ac1d3105..32b84e1739d3 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -3,7 +3,7 @@ PORTNAME= jackit PORTVERSION= 0.124.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://jackaudio.org/downloads/ DISTNAME= jack-audio-connection-kit-${PORTVERSION} @@ -21,7 +21,7 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig libtool:keepla +USES= gmake pathfix pkgconfig libtool USE_BDB= 48+ CONFIGURE_ARGS= --disable-portaudio \ |