diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-06-29 09:16:42 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-06-29 09:16:42 +0000 |
commit | 8c91d898a62034edceeb95ace9c0831d9d8607fa (patch) | |
tree | ffd90095fece583477ad33afabdecd5b8a8df975 /emulators/snespp | |
parent | Unbreak after latest GHC update: accept new preprocessor output (diff) |
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr
Diffstat (limited to 'emulators/snespp')
-rw-r--r-- | emulators/snespp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/snespp/Makefile b/emulators/snespp/Makefile index 9afab0539515..ba512e18a95d 100644 --- a/emulators/snespp/Makefile +++ b/emulators/snespp/Makefile @@ -7,7 +7,7 @@ PORTNAME= snespp PORTVERSION= 1.0 -CATEGORIES= emulators +CATEGORIES= emulators kld MASTER_SITES= http://www.cse.unsw.edu.au/~tbourke/software/ DISTNAME= ${PORTNAME}-${PORTVERSION} |