diff options
-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 |