summaryrefslogtreecommitdiff
path: root/devel/libast
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-12-18 14:25:21 +0000
committerobache <obache@pkgsrc.org>2007-12-18 14:25:21 +0000
commitd7c1519039ac0271507d1ccc9a9006a55d9165ab (patch)
treeb0cf09ff2f594c7187e1decf48b24771f374ae27 /devel/libast
parentf40e898db292482648ad60089e5af42ff8dcd2f2 (diff)
downloadpkgsrc-d7c1519039ac0271507d1ccc9a9006a55d9165ab.tar.gz
Add default empty PKG_SUPPORTED_OPTIONS definition.
Should fix PR 37563.
Diffstat (limited to 'devel/libast')
-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"