From 34df8bdb318a64e07f58f319475e4df6e49ccc6b Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Fri, 20 Jul 2018 09:29:59 +0000 Subject: Remove redundant kld from CATEGORIES if a port uses kmod. "USES=kmod" already adds kld to CATEGORIES so it is unnecessary to set CATEGORIES to kld explicitly. PR: 228543 Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16359 --- multimedia/pwcbsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia/pwcbsd') diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile index e1ac9d573419..14cc01964edb 100644 --- a/multimedia/pwcbsd/Makefile +++ b/multimedia/pwcbsd/Makefile @@ -4,7 +4,7 @@ PORTNAME= pwcbsd PORTVERSION= 1.4.1 PORTREVISION= 12 -CATEGORIES= multimedia sysutils kld +CATEGORIES= multimedia sysutils MASTER_SITES= http://raaf.atspace.org/ \ http://www.bsd-geek.de/FreeBSD/distfiles/ \ LOCAL/miwi -- cgit v1.2.3