diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 08:45:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 08:45:08 +0000 |
commit | 68a4be925d2dbca7e00bdb1850ed424a5eb8a61c (patch) | |
tree | c2cf43646b0374b483be9bbb9e2424dc75ed6591 /audio/soundtouch/Makefile | |
parent | 2f969e22476fd9527259a9d6cdb236aadacb6ef8 (diff) | |
download | ports-68a4be925d2dbca7e00bdb1850ed424a5eb8a61c.tar.gz ports-68a4be925d2dbca7e00bdb1850ed424a5eb8a61c.zip |
Notes
Diffstat (limited to 'audio/soundtouch/Makefile')
-rw-r--r-- | audio/soundtouch/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 306d73bc6e88..0fdef8596aa8 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -14,13 +14,11 @@ LICENSE= LGPL21 WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf -ACLOCAL_ARGS= -I config/m4 -AUTOMAKE_ARGS= --add-missing --copy --foreign +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -USES= pathfix libtool +USES= autoreconf libtool pathfix PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= INTEGER_SAMPLES DOCS @@ -31,8 +29,6 @@ INTEGER_SAMPLES_DESC= Use integer sample format INTEGER_SAMPLES_CONFIGURE_ENABLE= integer-samples SSE_CONFIGURE_ENABLE= x86-optimizations -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e \ '/^pkgdoc_DATA/s|COPYING.TXT||' \ |