diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 23:51:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 23:51:11 +0000 |
commit | 52256ab0aaab2ba618e2599242c7785b5d125dec (patch) | |
tree | 4f981ad71692a2cdf26520449ac73fa781cc50a0 /misc/libsupertone | |
parent | 3fde6c66d033cb256d9b18cc95f292d389cc7baf (diff) |
Notes
Diffstat (limited to 'misc/libsupertone')
-rw-r--r-- | misc/libsupertone/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/libsupertone/Makefile b/misc/libsupertone/Makefile index 4b3bbc4b31b5..7cc15d091113 100644 --- a/misc/libsupertone/Makefile +++ b/misc/libsupertone/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.0.2 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.soft-switch.org/downloads/unicall/ -EXTRACT_SUFX= .tgz MAINTAINER= fjoe@FreeBSD.org COMMENT= Library for supervisory tone generation and detection @@ -18,6 +17,7 @@ LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ libtiff.so:${PORTSDIR}/graphics/tiff \ libxml2.so:${PORTSDIR}/textproc/libxml2 +USES= tar:tgz GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -25,7 +25,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # Add missing dependency in attempt to fix parallel (-jX) builds -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/DEPENDENCIES =/s,$$, $$(lib_LTLIBRARIES),' \ ${WRKSRC}/Makefile.in |