diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-10-24 15:05:30 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-10-24 15:05:30 +0000 |
commit | 93d736292ceca649365f212ccc3a64b8bd95b24e (patch) | |
tree | e059b8a0c35d4c8b655b3a85b705b199ef0ddbcc /japanese/asterisk-sounds | |
parent | 6a52d8216122fa10e0cfebdb09faf9641faab6cd (diff) |
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 'japanese/asterisk-sounds')
-rw-r--r-- | japanese/asterisk-sounds/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/japanese/asterisk-sounds/Makefile b/japanese/asterisk-sounds/Makefile index 0f1ccbc40970..2346791902c6 100644 --- a/japanese/asterisk-sounds/Makefile +++ b/japanese/asterisk-sounds/Makefile @@ -14,6 +14,8 @@ DISTNAME= asterisk-sound-jp_${PORTVERSION:S|.||}_pre MAINTAINER= ports@FreeBSD.org COMMENT= Japanese sound files for Asterisk +RUN_DEPENDS= asterisk:net/asterisk13 + NO_BUILD= yes ASTERISKDIR= ${PREFIX}/share/asterisk/sounds DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} @@ -22,16 +24,6 @@ SUB_LIST= PORTSDIR=${PORTSDIR} OPTIONS_DEFINE= DOCS -OPTIONS_SINGLE= ASTVER -OPTIONS_SINGLE_ASTVER= ASTERISK11 ASTERISK13 -OPTIONS_DEFAULT= ASTERISK13 - -ASTERISK11_DESC= Depend on Asterisk 11 -ASTERISK13_DESC= Depend on Asterisk 13 - -ASTERISK11_RUN_DEPENDS= asterisk:net/asterisk11 -ASTERISK13_RUN_DEPENDS= asterisk:net/asterisk13 - do-install: @-${MKDIR} ${STAGEDIR}${ASTERISKDIR}/ja for gsm in ${WRKDIR}/ja/*.gsm; do \ |