From f8e195e9eeefe7d79efdb4bda2776c2da0ceb7c7 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Fri, 3 Sep 2021 07:29:47 +0000 Subject: [PATCH] sysutils/virt-what: Remove invalid CPE information Approved by: portmgr (blanket) --- sysutils/virt-what/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/virt-what/Makefile b/sysutils/virt-what/Makefile index 955ee9aca7ad1..a215bdcfd556e 100644 --- a/sysutils/virt-what/Makefile +++ b/sysutils/virt-what/Makefile @@ -8,7 +8,7 @@ COMMENT= Utility to determine whether it is being run in virtual environment LICENSE= GPLv1 -USES= cpe perl5 +USES= perl5 GNU_CONFIGURE= yes