diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-06-29 15:57:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-06-29 15:57:16 +0000 |
commit | bc8b7ad6280d68ac02d185af048e8df9f78ed21e (patch) | |
tree | d20b793357d33d2fad45cfbbc83cfcc2338eb920 | |
parent | - Add amd64 to only_for_archs (diff) |
These install kernel modules, so add new virtual category kld.
Pointed out by: Ulrich Spoerlein <uspoerlein at gmail dot com>
Hat: portmgr
-rw-r--r-- | emulators/kqemu-kmod-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/kqemu-kmod/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mono-kmod/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile index 894078b631d2..7c2bf74358b9 100644 --- a/emulators/kqemu-kmod-devel/Makefile +++ b/emulators/kqemu-kmod-devel/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} 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} diff --git a/sysutils/mono-kmod/Makefile b/sysutils/mono-kmod/Makefile index 8bd69aa3e6a5..a6f4eb480637 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 |