summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-05-22 00:47:48 +0000
committermarcus <marcus@FreeBSD.org>2002-05-22 00:47:48 +0000
commit6892981595c7c8d63df7c00b44a0767f7c1cd337 (patch)
tree0b649f7d282a7fd0855a65aa60ae75134b939034
parent8dc574c24226ee5817ce53d8576112c70f38669d (diff)
downloadFreeBSD-ports-6892981595c7c8d63df7c00b44a0767f7c1cd337.zip
FreeBSD-ports-6892981595c7c8d63df7c00b44a0767f7c1cd337.tar.gz
Disable APM support on all platforms but i386.
Submitted by: obrien
-rw-r--r--x11/gnomeapplets/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomeapplets/Makefile b/x11/gnomeapplets/Makefile
index 1d3ebbe..39eb13e 100644
--- a/x11/gnomeapplets/Makefile
+++ b/x11/gnomeapplets/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha"
+.if ${ARCH} != "i386"
EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in
.endif
OpenPOWER on IntegriCloud