summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 12:14:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 12:14:38 +0000
commit2e256dbb6083bda2c24a2ba22553f0895edc96af (patch)
treedc933bafafdc8245d9ec12210cd1d7a7b4e173c3 /www
parentBROKEN on sparc64: Does not compile (diff)
BROKEN on !i386 and !alpha: Does not compile
Notes
Notes: svn path=/head/; revision=103001
Diffstat (limited to 'www')
-rw-r--r--www/xitami/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/xitami/Makefile b/www/xitami/Makefile
index a0cb8e9090f7..00f9383040f3 100644
--- a/www/xitami/Makefile
+++ b/www/xitami/Makefile
@@ -17,6 +17,12 @@ COMMENT= A fast, portable multithreaded web server
NO_WRKSUBDIR= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "alpha"
+BROKEN= "Does not compile on !i386 and !alpha"
+.endif
+
do-build:
@${CHMOD} +x ${WRKSRC}/xibuild
@${SETENV} TOPDIR=${WRKSRC} ${SH} ${WRKSRC}/xibuild
@@ -39,4 +45,4 @@ do-install:
@${INSTALL_MAN} ${FILESDIR}/default.html ${PREFIX}/xitami/webpages/default.html.sample
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>