diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-01-14 23:31:30 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-01-14 23:31:30 +0000 |
commit | 2fbe4b54cf58dddac7a0b53721b85f351e7c718c (patch) | |
tree | 4933b260590a82557bede25580e8d8cc271ab8eb /audio/teamspeak3-server/Makefile | |
parent | d0455ff11f004548e67c09aa9910ab97f458d4a5 (diff) |
Notes
Diffstat (limited to 'audio/teamspeak3-server/Makefile')
-rw-r--r-- | audio/teamspeak3-server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/teamspeak3-server/Makefile b/audio/teamspeak3-server/Makefile index e23883c7ec4e..2434a43079a6 100644 --- a/audio/teamspeak3-server/Makefile +++ b/audio/teamspeak3-server/Makefile @@ -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} |