diff options
author | linimon <linimon@FreeBSD.org> | 2007-06-29 23:57:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-06-29 23:57:16 +0800 |
commit | 7794bd575b30bd9abd1651cc7ab03fbeebcb829a (patch) | |
tree | 3fcccbd3c0cb546d97ca6db6d2b83b396f8db2e0 /emulators/kqemu-kmod | |
parent | 4d093e1638f848c74665056bd82b609943b6ff06 (diff) | |
download | freebsd-ports-gnome-7794bd575b30bd9abd1651cc7ab03fbeebcb829a.tar.gz freebsd-ports-gnome-7794bd575b30bd9abd1651cc7ab03fbeebcb829a.tar.zst freebsd-ports-gnome-7794bd575b30bd9abd1651cc7ab03fbeebcb829a.zip |
These install kernel modules, so add new virtual category kld.
Pointed out by: Ulrich Spoerlein <uspoerlein at gmail dot com>
Hat: portmgr
Diffstat (limited to 'emulators/kqemu-kmod')
-rw-r--r-- | emulators/kqemu-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile index 894078b631d2..7c2bf74358b9 100644 --- a/emulators/kqemu-kmod/Makefile +++ b/emulators/kqemu-kmod/Makefile @@ -7,7 +7,7 @@ PORTNAME= kqemu PORTVERSION= 1.3.0.p11 -CATEGORIES= emulators +CATEGORIES= emulators kld MASTER_SITES= http://qemu.org/ \ http://fabrice.bellard.free.fr/qemu/ \ ${MASTER_SITE_LOCAL} |