diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2009-08-26 04:40:46 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2009-08-26 04:40:46 +0000 |
commit | c1b61826b744d59dde58cba8a526c68fdb9dacc4 (patch) | |
tree | 257a18ad7f60bc5d49aa93bb524bee8d78ccd553 /emulators | |
parent | 62fc6765e4d974febd0e026554f16df90682064b (diff) |
Add ports with kernel modules to 'kld' virtual category.
PR: 137823
Notes
Notes:
svn path=/head/; revision=240333
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} |