From b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 10 Nov 2011 05:38:32 +0000 Subject: Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.) Hat: portmgr --- sysutils/htop/Makefile | 2 +- sysutils/p5-Sys-Filesystem/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 9ea7f589520..5e3e6a9ca5a 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo OPTIONS= LSOF "Enable lsof support" On -NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS= ia64 powerpc sparc64 GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include diff --git a/sysutils/p5-Sys-Filesystem/Makefile b/sysutils/p5-Sys-Filesystem/Makefile index 6caf1a688fa..4a62552421e 100644 --- a/sysutils/p5-Sys-Filesystem/Makefile +++ b/sysutils/p5-Sys-Filesystem/Makefile @@ -35,7 +35,7 @@ MAN3= Sys::Filesystem::Mswin32.3 \ .include -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" MANUAL_PACKAGE_BUILD= accesses /etc/fstab during configure phase .endif -- cgit