diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-05 23:14:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-05 23:14:32 +0000 |
commit | cb93708e32293ceae12fe219e570565094b021de (patch) | |
tree | 3f4c4ec5223beb1820ae2cee071555bc73c98b45 | |
parent | d407d44bacba30209be8195e9ba1da7b0c43bd7c (diff) | |
download | freebsd-ports-cb93708e32293ceae12fe219e570565094b021de.zip |
Convert to USES=libtool:oldver
-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 |