aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-chan_sccp
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-20 21:05:55 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-20 21:05:55 +0000
commit6e6c436cd5af92c5468a81d241dc416457e6a69f (patch)
treef8c6173d34f36d771610cf4d48c66c12d95a4988 /net/asterisk-chan_sccp
parent95a84dacaf1c2318c82f9dbc4856353e196cf29b (diff)
downloadports-6e6c436cd5af92c5468a81d241dc416457e6a69f.tar.gz
ports-6e6c436cd5af92c5468a81d241dc416457e6a69f.zip
net/asterisk-chan_sccp: Make sure to regenerate configure during the build
To prevent future issues during upgrades and by preference of the maintainer. For this to work iconv.m4 needs to be available so add a gettext-tools build dependency too. PR: 223972
Notes
Notes: svn path=/head/; revision=493462
Diffstat (limited to 'net/asterisk-chan_sccp')
-rw-r--r--net/asterisk-chan_sccp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile
index 9dc96e158b4f..72f0b5f3ec4b 100644
--- a/net/asterisk-chan_sccp/Makefile
+++ b/net/asterisk-chan_sccp/Makefile
@@ -14,7 +14,7 @@ COMMENT= Replacement for the SCCP channel driver in Asterisk
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= iconv libtool
+USES= autoreconf gettext-tools iconv libtool
USE_GITHUB= yes
GH_ACCOUNT= chan-sccp
GH_PROJECT= chan-sccp