diff options
Diffstat (limited to 'japanese/lookup/Makefile')
-rw-r--r-- | japanese/lookup/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 05f03e2616ca..aa89e7ad010e 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -36,12 +36,6 @@ 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} @@ -53,4 +47,4 @@ post-install: ${EMACSDIR}/pkginfo/ .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |