diff options
Diffstat (limited to 'www/wyvern')
-rw-r--r-- | www/wyvern/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile index 408c4176eae2..c442a8484084 100644 --- a/www/wyvern/Makefile +++ b/www/wyvern/Makefile @@ -29,6 +29,10 @@ MAKE_ARGS= rcdir="${LOCALBASE}/etc/rc.d" CONFIGURE_ARGS+= --enable-ipv6 .endif +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-extract: ${MV} ${WRKSRC}/htdocs/index.html ${WRKSRC}/htdocs/index.html-dist |