1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Mark as broken on < 701101; needs strndup

This commit is contained in:
Pietro Cerutti 2010-08-27 14:42:46 +00:00
parent ecbd8e5897
commit d254b8fc07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260077

View File

@ -21,4 +21,9 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl"
PLIST_FILES= bin/fxite
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 701101
BROKEN= does not build on pre 701101; needs strndup
.endif
.include <bsd.port.post.mk>