summaryrefslogtreecommitdiff
path: root/devel/libast/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libast/options.mk')
-rw-r--r--devel/libast/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libast/options.mk b/devel/libast/options.mk
index 568ad5ac0bf..90d5118fca3 100644
--- a/devel/libast/options.mk
+++ b/devel/libast/options.mk
@@ -1,11 +1,12 @@
-# $NetBSD: options.mk,v 1.1 2005/05/31 21:35:13 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2007/12/18 14:25:21 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libast
+PKG_SUPPORTED_OPTIONS= # empty
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"
-PKG_SUPPORTED_OPTIONS= mmx
+PKG_SUPPORTED_OPTIONS+= mmx
.endif
.include "../../mk/bsd.options.mk"