diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-22 08:47:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-22 08:47:48 +0800 |
commit | 6892981595c7c8d63df7c00b44a0767f7c1cd337 (patch) | |
tree | 0b649f7d282a7fd0855a65aa60ae75134b939034 /x11 | |
parent | 8dc574c24226ee5817ce53d8576112c70f38669d (diff) | |
download | freebsd-ports-gnome-6892981595c7c8d63df7c00b44a0767f7c1cd337.tar.gz freebsd-ports-gnome-6892981595c7c8d63df7c00b44a0767f7c1cd337.tar.zst freebsd-ports-gnome-6892981595c7c8d63df7c00b44a0767f7c1cd337.zip |
Disable APM support on all platforms but i386.
Submitted by: obrien
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomeapplets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> -.if ${ARCH} == "alpha" +.if ${ARCH} != "i386" EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in .endif |