diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-13 09:03:04 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-13 09:03:04 +0800 |
commit | 05255f642b12f32a946c73cb8ecef378366ccb9f (patch) | |
tree | 6d5bd9c729b5d3e026c0b491d17f374c33992dfe /emulators/snespp/Makefile | |
parent | af61be6542401ef88ef9f1301af813bc0d16627d (diff) | |
download | freebsd-ports-gnome-05255f642b12f32a946c73cb8ecef378366ccb9f.tar.gz freebsd-ports-gnome-05255f642b12f32a946c73cb8ecef378366ccb9f.tar.zst freebsd-ports-gnome-05255f642b12f32a946c73cb8ecef378366ccb9f.zip |
- Mark broken: does not compile
Reported by: QAT
Diffstat (limited to 'emulators/snespp/Makefile')
-rw-r--r-- | emulators/snespp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/snespp/Makefile b/emulators/snespp/Makefile index d4a39dffc36a..5f9cf62acbd0 100644 --- a/emulators/snespp/Makefile +++ b/emulators/snespp/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= timbob@bigpond.com COMMENT= Kernel module for SNES controllers on a parallel port +BROKEN= does not compile + KMODDIR= /boot/modules NO_PACKAGE= this port should be recompiled for a particular FreeBSD kernel |