diff options
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 |