diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-06 07:14:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-06 07:14:32 +0800 |
commit | 1b08129f8a23b1d2bdf8289b180bb019136de619 (patch) | |
tree | 3f4c4ec5223beb1820ae2cee071555bc73c98b45 /audio/libsamplerate | |
parent | 20bd8b9962fbd047720962c20904587015a711db (diff) | |
download | freebsd-ports-gnome-1b08129f8a23b1d2bdf8289b180bb019136de619.tar.gz freebsd-ports-gnome-1b08129f8a23b1d2bdf8289b180bb019136de619.tar.zst freebsd-ports-gnome-1b08129f8a23b1d2bdf8289b180bb019136de619.zip |
Convert to USES=libtool:oldver
Diffstat (limited to 'audio/libsamplerate')
-rw-r--r-- | audio/libsamplerate/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 5eaf67ca04aa..0cc0b3a1dc8e 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -11,11 +11,10 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix pkgconfig -USE_AUTOTOOLS= libtool +USES= pathfix pkgconfig libtool:oldver USE_LDCONFIG= yes +GNU_CONFIGURE= yes OPTIONS_DEFINE= CPU_CLIP DOCS EXAMPLES CPU_CLIP_DESC= Allow machine-dependent clipping |