summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 04:48:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 04:48:16 +0000
commitd5c1579e9352d40a92fc340cb7d9d810a5386da3 (patch)
tree4e71fd943f4c3c04a47c6209946bc68f4d24a591 /devel
parentadd USE_GCC=2.95, respect CXX, and unbreak this port on -CURRENT. (diff)
BROKEN on ia64 and amd64: Does not compile
Notes
Notes: svn path=/head/; revision=102972
Diffstat (limited to 'devel')
-rw-r--r--devel/acpicatools/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/acpicatools/Makefile b/devel/acpicatools/Makefile
index 2ed98a1bf58a..868a8efa1b14 100644
--- a/devel/acpicatools/Makefile
+++ b/devel/acpicatools/Makefile
@@ -18,7 +18,13 @@ NO_WRKSUBDIR= yes
MAINTAINER= iwasaki@FreeBSD.org
COMMENT= Some utilities for Intel ACPICA (Debugger, ASL Compiler and etc.).
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on ia64 or amd64"
+.endif
+
pre-install:
@${MKDIR} ${PREFIX}/man/man8
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>