diff options
author | kris <kris@FreeBSD.org> | 2005-07-21 07:58:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-21 07:58:25 +0800 |
commit | 5bde6db19cffed259d102cdf1ba2605b59b0698f (patch) | |
tree | 6891f9f934c89580ee2c0790cbc33a2e6ff55e8a /www | |
parent | 7d859075ebd151ede844d4f4395b7313fc3868df (diff) | |
download | freebsd-ports-gnome-5bde6db19cffed259d102cdf1ba2605b59b0698f.tar.gz freebsd-ports-gnome-5bde6db19cffed259d102cdf1ba2605b59b0698f.tar.zst freebsd-ports-gnome-5bde6db19cffed259d102cdf1ba2605b59b0698f.zip |
BROKEN on amd64 and ia64: Does not compile
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_webapp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile index bc74f9f8aedd..24f5ec28a80c 100644 --- a/www/mod_webapp/Makefile +++ b/www/mod_webapp/Makefile @@ -33,6 +33,10 @@ CONNECTORS_RELEASE= ${PORTVERSION} .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not build on amd64 or ia64" +.endif + # Apache locations. APACHECTL?= ${LOCALBASE}/sbin/apachectl APR_LIB?= ${LOCALBASE}/lib/ |