diff options
author | linimon <linimon@FreeBSD.org> | 2007-06-29 15:57:16 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-06-29 15:57:16 +0000 |
commit | 7794bd575b30bd9abd1651cc7ab03fbeebcb829a (patch) | |
tree | 3fcccbd3c0cb546d97ca6db6d2b83b396f8db2e0 /sysutils/mono-kmod | |
parent | 4d093e1638f848c74665056bd82b609943b6ff06 (diff) | |
download | FreeBSD-ports-7794bd575b30bd9abd1651cc7ab03fbeebcb829a.zip FreeBSD-ports-7794bd575b30bd9abd1651cc7ab03fbeebcb829a.tar.gz |
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 'sysutils/mono-kmod')
-rw-r--r-- | sysutils/mono-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mono-kmod/Makefile b/sysutils/mono-kmod/Makefile index 8bd69aa..a6f4eb4 100644 --- a/sysutils/mono-kmod/Makefile +++ b/sysutils/mono-kmod/Makefile @@ -7,7 +7,7 @@ PORTNAME= mono-kmod PORTVERSION= 20070416 -CATEGORIES= sysutils +CATEGORIES= sysutils kld MASTER_SITES= http://www.alpha-tierchen.de/pub/FreeBSD/ports/distfiles/ MAINTAINER= bkoenig@cs.tu-berlin.de |