aboutsummaryrefslogtreecommitdiff
path: root/editors/fxite
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-07-11 20:30:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-07-11 20:30:52 +0000
commitcd3c2955688b5bc5544b075a05442e145b161509 (patch)
tree4b002f47931ebc3b0f3a0ea580670aa4c59aa8a4 /editors/fxite
parent065bc029cbaf6d7c92f2e0e207c595d4bcb637db (diff)
downloadports-cd3c2955688b5bc5544b075a05442e145b161509.tar.gz
ports-cd3c2955688b5bc5544b075a05442e145b161509.zip
- Mark BROKEN: does not compile
: undefined reference to `LexerModule::Find(int)' Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=277561
Diffstat (limited to 'editors/fxite')
-rw-r--r--editors/fxite/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile
index 5a0cadb5b009..55d3d7fa71b5 100644
--- a/editors/fxite/Makefile
+++ b/editors/fxite/Makefile
@@ -16,15 +16,12 @@ COMMENT= An advanced cross-platform text editor
LIB_DEPENDS= fxscintilla.22:${PORTSDIR}/x11-toolkits/fxscintilla
+BROKEN= does not compile
+
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl"
PLIST_FILES= bin/fxite
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 701101
-BROKEN= does not build on pre 701101; needs strndup
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>