summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-08-27 14:42:46 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-08-27 14:42:46 +0000
commitd254b8fc0776339924831f092c58559ad07992c1 (patch)
tree9154cb9efa6cd7ff7a7e1b2bf7645268207a3d58
parent- Update to 2.45 (diff)
- Mark as broken on < 701101; needs strndup
Notes
Notes: svn path=/head/; revision=260077
-rw-r--r--editors/fxite/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile
index eb771bf5a189..4d8c9f9b1054 100644
--- a/editors/fxite/Makefile
+++ b/editors/fxite/Makefile
@@ -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>