aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2021-11-17 16:21:47 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2021-11-18 03:31:43 +0000
commit4fbb969613782d1b6cb2c65191c9ed2d339bce20 (patch)
treead679801eea79a3bf8c9a3c813301d872abf290b
parent04d7ee04bafe1d04c041d940a8cbba3a589cf660 (diff)
downloadports-4fbb969613782d1b6cb2c65191c9ed2d339bce20.tar.gz
ports-4fbb969613782d1b6cb2c65191c9ed2d339bce20.zip
sysutils/devcpu-data: Permit neither vendor option to be chosen
This allows users with both AMD- and Intel-based systems to build and install devcpu-data-amd and devcpu-data-intel, but not force either to be installed with `pkg install devcpu-data`. PR: 259883 Reported by: Martin Birgmeier <d8zNeCFG@aon.at> Approved by: sbruno (maintainer) Differential Revision: https://reviews.freebsd.org/D33036
-rw-r--r--sysutils/devcpu-data/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile
index 0e63dde8f574..47d9d4ffd3f1 100644
--- a/sysutils/devcpu-data/Makefile
+++ b/sysutils/devcpu-data/Makefile
@@ -26,8 +26,8 @@ SUB_FILES= pkg-message
NO_WRKSUBDIR= yes
OPTIONS_DEFAULT= AMD INTEL
-OPTIONS_MULTI= VENDOR
-OPTIONS_MULTI_VENDOR= AMD INTEL
+OPTIONS_GROUP= VENDOR
+OPTIONS_GROUP_VENDOR= AMD INTEL
AMD_DESC= Depend on sysutils/devcpu-data-amd
INTEL_DESC= Depend on sysutils/devcpu-data-intel