From bdb1f4301e7e3a19e70f66a25aad61ad00572152 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 30 Jan 2011 21:59:31 +0000 Subject: - Mark BROKEN on amd64/7: does not compile Reported by: pointyhat Feature safe: yes --- www/trafficserver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile index ce45dcb9b9c6..44baccd98607 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -35,8 +35,8 @@ BUILD_DEPENDS= xz>0:${PORTSDIR}/archivers/xz RUN_DEPENDS= xz>0:${PORTSDIR}/archivers/xz .endif -.if ${OSVERSION} < 700000 -IGNORE= only supports 7.0 and above +.if ${OSVERSION} < 800000 && ${ARCH} == "amd64" +BROKEN= does not compile on 7.X .endif pre-configure: -- cgit