aboutsummaryrefslogtreecommitdiff
path: root/lang/quack
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-05-01 13:37:57 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-05-01 13:37:57 +0000
commit12f92f29e2ac733230dc44aa8eb4f2fc129a9f02 (patch)
tree425a1dd49c8ad9114e875b4fa15a2d35744ca306 /lang/quack
parentf340e57d1d1d2fecb8896e7ad1ec9e63c73e6077 (diff)
Notes
Diffstat (limited to 'lang/quack')
-rw-r--r--lang/quack/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/quack/Makefile b/lang/quack/Makefile
index 0ccc395fc908..82a533568db4 100644
--- a/lang/quack/Makefile
+++ b/lang/quack/Makefile
@@ -31,6 +31,12 @@ PLIST_DIRS= ${EMACS_VERSION_SITE_LISPDIR}/quack
ELISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "does not build on ia64"
+.endif
+
do-build:
cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile quack.el
@@ -41,4 +47,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>