diff options
author | bland <bland@FreeBSD.org> | 2009-08-26 12:40:46 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2009-08-26 12:40:46 +0800 |
commit | 8fb3e4555a615db2edaf950ca4412b88496cb0d9 (patch) | |
tree | c085dadc64148647bd3a86e3176ec4a2022d2249 /emulators | |
parent | b1555ba5c443bef24d63db26354a6ce7e12b5993 (diff) | |
download | freebsd-ports-gnome-8fb3e4555a615db2edaf950ca4412b88496cb0d9.tar.gz freebsd-ports-gnome-8fb3e4555a615db2edaf950ca4412b88496cb0d9.tar.zst freebsd-ports-gnome-8fb3e4555a615db2edaf950ca4412b88496cb0d9.zip |
Add ports with kernel modules to 'kld' virtual category.
PR: 137823
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/parallels-tools/Makefile | 2 | ||||
-rw-r--r-- | emulators/rtc/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/parallels-tools/Makefile b/emulators/parallels-tools/Makefile index 0442f42f448e..9cc46ea26c73 100644 --- a/emulators/parallels-tools/Makefile +++ b/emulators/parallels-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= parallels-tools PORTVERSION= 0.1.0 -CATEGORIES= emulators +CATEGORIES= emulators kld MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bland diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index 01ef770668e1..cb4552f20c75 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -8,7 +8,7 @@ PORTNAME= rtc PORTVERSION= 2004.02.24.1 PORTREVISION= 8 -CATEGORIES= emulators linux +CATEGORIES= emulators linux kld MASTER_SITES= # none DISTFILES= # none diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index dd1a2aa0522a..fca7f6a49da4 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -9,7 +9,7 @@ PORTNAME= vmware3 PORTVERSION= 3.2.1.2242 PORTREVISION= 13 PORTEPOCH= 1 -CATEGORIES= emulators linux +CATEGORIES= emulators linux kld MASTER_SITES= http://download3.vmware.com/software/wkst/:vmware \ ${FREEBSD_MODULE_SITES} \ ${VMWARE_MIRROR_SITES} |