aboutsummaryrefslogtreecommitdiff
path: root/japanese/lookup
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 18:10:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 18:10:59 +0000
commitf7a004747d06508adada19dc3874f7af20741875 (patch)
treea6f77e01b585486dad808c111e67ee9db4562f70 /japanese/lookup
parentfe035f4c2a31bc655e5f77314a56885fc5f9e57f (diff)
downloadports-f7a004747d06508adada19dc3874f7af20741875.tar.gz
ports-f7a004747d06508adada19dc3874f7af20741875.zip
Notes
Diffstat (limited to 'japanese/lookup')
-rw-r--r--japanese/lookup/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile
index aa89e7ad010e..05f03e2616ca 100644
--- a/japanese/lookup/Makefile
+++ b/japanese/lookup/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>