diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 18:10:59 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 18:10:59 +0000 |
commit | 2d498a7573e20b2547b292ec4254d25512c63f5c (patch) | |
tree | 193a94b48286065cfdbf00256b0f6c649abfa543 /japanese/lookup-emacs21 | |
parent | 27fca00e338d087994b0bd3e06261ec905cf6b13 (diff) | |
download | FreeBSD-ports-2d498a7573e20b2547b292ec4254d25512c63f5c.zip FreeBSD-ports-2d498a7573e20b2547b292ec4254d25512c63f5c.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'japanese/lookup-emacs21')
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile index aa89e7a..05f03e2 100644 --- a/japanese/lookup-emacs21/Makefile +++ b/japanese/lookup-emacs21/Makefile @@ -36,6 +36,12 @@ CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-lispdir=${ELISPDIR} \ --infodir=${PORTINFODIR} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not build on FreeBSD >= 5.x" +.endif + post-install: .if (${EMACS_PORT_NAME} == "xemacs21-mule") ${RM} -f ${WRKDIR}/${MANIFEST} @@ -47,4 +53,4 @@ post-install: ${EMACSDIR}/pkginfo/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |