summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/eterm/options.mk5
1 files changed, 3 insertions, 2 deletions
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"