audio/teamspeak3-server: unbreak on 11-STABLE

PR:		212237
Submitted by:	ultima1252@gmail.com (maintainer)
Reported by:	Jonathan Price <freebsd@jonathanprice.org>
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9170
This commit is contained in:
Nikolai Lifanov 2017-01-14 23:31:30 +00:00
parent d0455ff11f
commit 2fbe4b54cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431501

View File

@ -17,8 +17,6 @@ LICENSE_NAME= TeamSpeak 3.x End User License Agreement
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
BROKEN_FreeBSD_11=Will not start on 11, Bug 212493
USES= tar:bz2
NO_BUILD= yes
USE_LDCONFIG= ${LIBDIR}
@ -46,6 +44,10 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100507
BROKEN= Will not start on FreeBSD 11, Bug 212493
.endif
.if ${ARCH} == "i386"
TEAMSPEAK_ARCH= x86
WRKSRC= ${WRKDIR}/${PORTNAME}_freebsd_${TEAMSPEAK_ARCH}