diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-07-11 20:30:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-07-11 20:30:52 +0000 |
commit | cd3c2955688b5bc5544b075a05442e145b161509 (patch) | |
tree | 4b002f47931ebc3b0f3a0ea580670aa4c59aa8a4 /editors/fxite | |
parent | 065bc029cbaf6d7c92f2e0e207c595d4bcb637db (diff) |
Notes
Diffstat (limited to 'editors/fxite')
-rw-r--r-- | editors/fxite/Makefile | 9 |
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> |