diff options
author | kris <kris@FreeBSD.org> | 2004-03-05 20:14:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-05 20:14:38 +0800 |
commit | cab76515930943c1f9ce98d143d8252086338003 (patch) | |
tree | bf6bb4993b7dd523b315670338d1e626cbd75092 /www/xitami | |
parent | d176d051ab8ff8d861857b76b447c3d9fd4781ca (diff) | |
download | freebsd-ports-gnome-cab76515930943c1f9ce98d143d8252086338003.tar.gz freebsd-ports-gnome-cab76515930943c1f9ce98d143d8252086338003.tar.zst freebsd-ports-gnome-cab76515930943c1f9ce98d143d8252086338003.zip |
BROKEN on !i386 and !alpha: Does not compile
Diffstat (limited to 'www/xitami')
-rw-r--r-- | www/xitami/Makefile | 8 |
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> |