diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-25 07:51:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-25 07:51:11 +0800 |
commit | 9a284f7f5c6dba6848e24742e227f8653b0e6a79 (patch) | |
tree | 4f981ad71692a2cdf26520449ac73fa781cc50a0 /misc/libsupertone | |
parent | f4997a336907f35792effeae121ed5748c2b3ef7 (diff) | |
download | freebsd-ports-gnome-9a284f7f5c6dba6848e24742e227f8653b0e6a79.tar.gz freebsd-ports-gnome-9a284f7f5c6dba6848e24742e227f8653b0e6a79.tar.zst freebsd-ports-gnome-9a284f7f5c6dba6848e24742e227f8653b0e6a79.zip |
Support stage
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 |