summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2019-08-27 17:23:48 +0000
committerschmonz <schmonz@pkgsrc.org>2019-08-27 17:23:48 +0000
commit0e4d02537fda50481ea0c1f0b7682326babbdc01 (patch)
tree7e8a6b354881dac6ba42eda607c7d1f06814b4a1 /lang
parentd0475b4ba68cfdf42e6d12e63da1c0e2207d3050 (diff)
downloadpkgsrc-0e4d02537fda50481ea0c1f0b7682326babbdc01.tar.gz
Set PKG_SUPPORTED_OPTIONS to empty string by default. Fixes the
following on macOS: ERROR: This package has set PKG_FAIL_REASON: ERROR: [bsd.options.mk] The package has no options, but includes this file.
Diffstat (limited to 'lang')
-rw-r--r--lang/rust/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rust/options.mk b/lang/rust/options.mk
index 9d5799447d8..4c14011c7df 100644
--- a/lang/rust/options.mk
+++ b/lang/rust/options.mk
@@ -1,6 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2019/08/14 16:00:23 nia Exp $
+# $NetBSD: options.mk,v 1.4 2019/08/27 17:23:48 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rust
+PKG_SUPPORTED_OPTIONS=
.include "../../mk/bsd.fast.prefs.mk"