From e3b951c417e65b8e33c05bb1fda98872e0f9aca5 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 27 Mar 2005 02:08:50 +0000 Subject: BROKEN on ia64: Does not build Approved by: portmgr (self) --- math/ses/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 + +.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 +.include -- cgit