aboutsummaryrefslogtreecommitdiff
path: root/editors
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 /editors
parentecbd8e5897ef6559320fe89a075a34b471310401 (diff)
downloadports-d254b8fc0776339924831f092c58559ad07992c1.tar.gz
ports-d254b8fc0776339924831f092c58559ad07992c1.zip
Notes
Diffstat (limited to 'editors')
-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>