summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-06-13 14:01:11 +0000
committerobache <obache@pkgsrc.org>2007-06-13 14:01:11 +0000
commit70fac01173a15e967942ed4a1456396cbc02e253 (patch)
tree692723a908aa1f09ee0f95c826dcbcb898ba441f /graphics
parentdce9dd16cfeaca428b8fdce4f21675e2fd91f050 (diff)
downloadpkgsrc-70fac01173a15e967942ed4a1456396cbc02e253.tar.gz
PKG_SUPPORTED_OPTIONS must be defined before include bsd.options.mk,
even if empty. Problem reported by Magnus Henoch in PR 36483.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/imlib2/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/imlib2/options.mk b/graphics/imlib2/options.mk
index 4d633335f0f..22c63e46b67 100644
--- a/graphics/imlib2/options.mk
+++ b/graphics/imlib2/options.mk
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.5 2006/12/16 11:20:23 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2007/06/13 14:01:11 obache Exp $
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.imlib2
+PKG_SUPPORTED_OPTIONS= #empty
.if ${MACHINE_ARCH} == "i386"
PKG_SUPPORTED_OPTIONS+= mmx
.elif ${MACHINE_ARCH} == "x86_64"