aboutsummaryrefslogtreecommitdiffstats
path: root/editors/fxite
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-08-27 22:42:46 +0800
committergahr <gahr@FreeBSD.org>2010-08-27 22:42:46 +0800
commita9a1e9eec0792fa7ff58473893f775aed06c539f (patch)
tree3f4c4e67fe99f5dcd8d74e3afc1bd894d6fb42db /editors/fxite
parenta2db56a40ba192beed0fcdf5444e8c271330ec6f (diff)
downloadfreebsd-ports-gnome-a9a1e9eec0792fa7ff58473893f775aed06c539f.tar.gz
freebsd-ports-gnome-a9a1e9eec0792fa7ff58473893f775aed06c539f.tar.zst
freebsd-ports-gnome-a9a1e9eec0792fa7ff58473893f775aed06c539f.zip
- Mark as broken on < 701101; needs strndup
Diffstat (limited to 'editors/fxite')
-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>