diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-22 00:47:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-22 00:47:48 +0000 |
commit | a8bb7d6b92bcd3fb9338fcc73625d6e9a79bdd22 (patch) | |
tree | 684fc7404f1ddda89702d95b4b63f8d1dd358378 | |
parent | Upgrade to latest version. (diff) |
Disable APM support on all platforms but i386.
Submitted by: obrien
Notes
Notes:
svn path=/head/; revision=59663
-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 |