aboutsummaryrefslogtreecommitdiff
path: root/audio/asterisk-flite
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-10-24 15:05:30 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-10-24 15:05:30 +0000
commit93d736292ceca649365f212ccc3a64b8bd95b24e (patch)
treee059b8a0c35d4c8b655b3a85b705b199ef0ddbcc /audio/asterisk-flite
parent6a52d8216122fa10e0cfebdb09faf9641faab6cd (diff)
downloadports-93d736292ceca649365f212ccc3a64b8bd95b24e.tar.gz
ports-93d736292ceca649365f212ccc3a64b8bd95b24e.zip
Remove options to compile these ports against net/asterisk11 in
preparation for port expiration. asterisk 11.x will EOL on 2017-10-25 and is scheduled for removal. Please use the net/asterisk13 port.
Notes
Notes: svn path=/head/; revision=452780
Diffstat (limited to 'audio/asterisk-flite')
-rw-r--r--audio/asterisk-flite/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/audio/asterisk-flite/Makefile b/audio/asterisk-flite/Makefile
index ad140ea2f58f..7e1f4e62ee52 100644
--- a/audio/asterisk-flite/Makefile
+++ b/audio/asterisk-flite/Makefile
@@ -11,6 +11,8 @@ COMMENT= Flite dialplan application for Asterisk
LICENSE= GPLv2
LIB_DEPENDS= libflite.so:audio/flite
+BUILD_DEPENDS= asterisk:net/asterisk13
+RUN_DEPENDS= asterisk:net/asterisk13
USES= compiler gmake localbase
INSTALL_TARGET= install samples
@@ -19,19 +21,6 @@ USE_GITHUB= yes
GH_ACCOUNT= zaf
GH_PROJECT= Asterisk-Flite
-OPTIONS_SINGLE= ASTVER
-OPTIONS_SINGLE_ASTVER= ASTERISK11 ASTERISK13
-
-OPTIONS_DEFAULT= ASTERISK13
-
-ASTERISK11_DESC= Depend on Asterisk 11
-ASTERISK13_DESC= Depend on Asterisk 13
-
-ASTERISK11_BUILD_DEPENDS= asterisk:net/asterisk11
-ASTERISK11_RUN_DEPENDS= asterisk:net/asterisk11
-ASTERISK13_BUILD_DEPENDS= asterisk:net/asterisk13
-ASTERISK13_RUN_DEPENDS= asterisk:net/asterisk13
-
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang