aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2012-05-10 07:42:15 +0800
committerzi <zi@FreeBSD.org>2012-05-10 07:42:15 +0800
commit755f03708b462219aeb5ce545e87a8ee442bd90f (patch)
treeacaa9b9baa71706a74ed52bc8cd43731e2f69404 /editors
parent361fe2309b2f47af0e87a6ba6440df8a0c4ae84e (diff)
downloadfreebsd-ports-gnome-755f03708b462219aeb5ce545e87a8ee442bd90f.tar.gz
freebsd-ports-gnome-755f03708b462219aeb5ce545e87a8ee442bd90f.tar.zst
freebsd-ports-gnome-755f03708b462219aeb5ce545e87a8ee442bd90f.zip
- Mark BROKEN under FreeBSD 7.x
Reported by: pointyhat
Diffstat (limited to 'editors')
-rw-r--r--editors/le/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile
index 8698073b2b90..0365bbc1682f 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -31,6 +31,12 @@ MISC_DATA= colors-black colors-blue colors-defbg colors-green \
colors-white keymap-emacs mainmenu mainmenu-ru syntax
SRC_DATA= le.hlp
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN= does not compile on FreeBSD 7.x
+.endif
+
do-install:
cd ${WRKSRC}/src && ${INSTALL_PROGRAM} le ${PREFIX}/bin
cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${MANPREFIX}/man/man1
@@ -51,4 +57,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>