aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:06:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:06:22 +0000
commit204941c149fd9cdc8256a9afbdeb1a79fadc2b12 (patch)
tree298d99195eeff2a1f48f022a42dacd0c670bd3c6 /x11-toolkits
parent7733bf4bd41b8f75793b1a6b901714178f1301ff (diff)
downloadports-204941c149fd9cdc8256a9afbdeb1a79fadc2b12.tar.gz
ports-204941c149fd9cdc8256a9afbdeb1a79fadc2b12.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/9libs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/9libs/Makefile b/x11-toolkits/9libs/Makefile
index 0da7709faddc..9c73c3ee8759 100644
--- a/x11-toolkits/9libs/Makefile
+++ b/x11-toolkits/9libs/Makefile
@@ -20,4 +20,10 @@ MAN3= add.3 balloc.3 bitblt.3 cachechars.3 event.3 frame.3 graphics.3 rgbpix.3 r
MAN4= font.4 keyboard.4 utf.4
MAN6= bitmap.6 regexp.6
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on alpha or amd64"
+.endif
+
+.include <bsd.port.post.mk>