diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-05-01 21:37:57 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-05-01 21:37:57 +0800 |
commit | a981b29202e6d5e52d39a879e1421e5a189f8f49 (patch) | |
tree | abc274ac7935889a1f785c7aeff3989906c9fb80 | |
parent | 390e903106d996e4a780fb14f42e7662716fb55e (diff) | |
download | freebsd-ports-gnome-a981b29202e6d5e52d39a879e1421e5a189f8f49.tar.gz freebsd-ports-gnome-a981b29202e6d5e52d39a879e1421e5a189f8f49.tar.zst freebsd-ports-gnome-a981b29202e6d5e52d39a879e1421e5a189f8f49.zip |
Mark broken on ia64
Reported by: kris
-rw-r--r-- | lang/quack/Makefile | 8 |
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> |