diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-05-09 23:42:15 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-05-09 23:42:15 +0000 |
commit | 5144d2f135a03b15af7ae9341780061a8c597939 (patch) | |
tree | 8fed87564d270ddee753b61ff32411e7e5f6f121 /editors/le | |
parent | 310d07b837e2dcd08025bee205f2e4ebe77be004 (diff) |
Notes
Diffstat (limited to 'editors/le')
-rw-r--r-- | editors/le/Makefile | 8 |
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> |