aboutsummaryrefslogtreecommitdiff
path: root/editors/le
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2012-05-09 23:42:15 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2012-05-09 23:42:15 +0000
commit5144d2f135a03b15af7ae9341780061a8c597939 (patch)
tree8fed87564d270ddee753b61ff32411e7e5f6f121 /editors/le
parent310d07b837e2dcd08025bee205f2e4ebe77be004 (diff)
downloadports-5144d2f135a03b15af7ae9341780061a8c597939.tar.gz
ports-5144d2f135a03b15af7ae9341780061a8c597939.zip
- Mark BROKEN under FreeBSD 7.x
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=296332
Diffstat (limited to 'editors/le')
-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>