From d22bebf3c80b4fd1ca8fa0d834cb8f95f3d19f7d Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 27 Jan 2008 16:10:25 +0000 Subject: Set PKG_SUPPORTED_OPTIONS to an empty list if we are not on i386. Fixes PR 37883. --- x11/eterm/options.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/eterm/options.mk b/x11/eterm/options.mk index 661dd24e2fe..63b8431f632 100644 --- a/x11/eterm/options.mk +++ b/x11/eterm/options.mk @@ -1,11 +1,12 @@ -# $NetBSD: options.mk,v 1.1 2005/06/01 19:44:07 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2008/01/27 16:10:25 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.eterm .include "../../mk/bsd.prefs.mk" +PKG_SUPPORTED_OPTIONS= # none .if ${MACHINE_ARCH} == "i386" -PKG_SUPPORTED_OPTIONS= mmx +PKG_SUPPORTED_OPTIONS+= mmx .endif .include "../../mk/bsd.options.mk" -- cgit v1.2.3