diff options
author | linimon <linimon@FreeBSD.org> | 2007-06-29 17:22:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-06-29 17:22:29 +0800 |
commit | 3ea2d3a595ed81c9cd89577adacc076eabc97e6c (patch) | |
tree | 8f66b3829d95cd2797d526b043a34f8404b612c8 /audio/oss | |
parent | 9d78065b934ec3ec7e86d81fa0215bfc76ffca26 (diff) | |
download | freebsd-ports-graphics-3ea2d3a595ed81c9cd89577adacc076eabc97e6c.tar.gz freebsd-ports-graphics-3ea2d3a595ed81c9cd89577adacc076eabc97e6c.tar.zst freebsd-ports-graphics-3ea2d3a595ed81c9cd89577adacc076eabc97e6c.zip |
Installs kernel modules, so assign it to new kld virtual category.
Hat: portmgr
Diffstat (limited to 'audio/oss')
-rw-r--r-- | audio/oss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 99275af60bc..c826f99461c 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -8,7 +8,7 @@ PORTNAME= oss DISTVERSION= 4.0-build1003 PORTREVISION= 1 -CATEGORIES= audio +CATEGORIES= audio kld MASTER_SITES= http://developer.opensound.com/sources/stable/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-gpl |