diff options
Diffstat (limited to '')
-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 aa89e7ad010e..05f03e2616ca 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> |