From 6892981595c7c8d63df7c00b44a0767f7c1cd337 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 22 May 2002 00:47:48 +0000 Subject: Disable APM support on all platforms but i386. Submitted by: obrien --- x11/gnomeapplets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/gnomeapplets/Makefile b/x11/gnomeapplets/Makefile index 1d3ebbe1b8f8..39eb13edbc16 100644 --- a/x11/gnomeapplets/Makefile +++ b/x11/gnomeapplets/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop .include -.if ${ARCH} == "alpha" +.if ${ARCH} != "i386" EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in .endif -- cgit