aboutsummaryrefslogtreecommitdiff
path: root/math/ses
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-27 02:08:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-27 02:08:50 +0000
commit711255db4eb39db19ade046f92f19389ea9b4eb9 (patch)
tree37c436389c65cb9f3ae2740ef829b20403021aef /math/ses
parent1e7636429460cf99bec2f369e17141bccfad4100 (diff)
downloadports-711255db4eb39db19ade046f92f19389ea9b4eb9.tar.gz
ports-711255db4eb39db19ade046f92f19389ea9b4eb9.zip
Notes
Diffstat (limited to 'math/ses')
-rw-r--r--math/ses/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/ses/Makefile b/math/ses/Makefile
index e6f99e4ec08b..6d69abc3fa67 100644
--- a/math/ses/Makefile
+++ b/math/ses/Makefile
@@ -29,6 +29,12 @@ PLIST_FILES= ${ELISP_FILES:S/^/${ELISP_DIR}\//} \
${DOC_FILES:S/^/${DOC_DIR}\//}
PLIST_DIRS= ${ELISP_DIR} ${DOC_DIR}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Does not build on ia64"
+.endif
+
do-build:
.for __f in ${ELISP_FILES}
cd ${WRKSRC} && echo '(setq load-path (cons "." load-path)) \
@@ -47,4 +53,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${__f} ${PREFIX}/${DOC_DIR}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>