diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-26 00:25:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-26 00:25:11 +0000 |
commit | 0278e17947c106c6eed5586c4fd9659f1f270083 (patch) | |
tree | 97f9d735630b6158d9fad03007ff46fe1244ec23 | |
parent | f38153b8873b584fc88054a8e0a620b7f04f5928 (diff) | |
download | ports-0278e17947c106c6eed5586c4fd9659f1f270083.tar.gz ports-0278e17947c106c6eed5586c4fd9659f1f270083.zip |
Notes
-rw-r--r-- | graphics/kix-kmod/Makefile | 4 | ||||
-rw-r--r-- | graphics/kix-kmod/pkg-descr | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile index 1c119259e769..431f16eb609c 100644 --- a/graphics/kix-kmod/Makefile +++ b/graphics/kix-kmod/Makefile @@ -14,9 +14,11 @@ PKGNAMESUFFIX= -kmod MAINTAINER= jon@witchspace.com COMMENT= A graphical screensaver kernel module +BROKEN= "is unfetchable" + SYSDIR?= ${SRC_BASE}/sys .if !exists(${SYSDIR}/dev/syscons/syscons.h) -IGNORE= Requires kernel source (/usr/src/sys) to build +IGNORE= requires kernel source (/usr/src/sys) to build .endif MAKE_ENV+= WERROR= PLIST_FILES= lib/kix_saver.ko diff --git a/graphics/kix-kmod/pkg-descr b/graphics/kix-kmod/pkg-descr index 7af1ef6ab19c..1935ddec07eb 100644 --- a/graphics/kix-kmod/pkg-descr +++ b/graphics/kix-kmod/pkg-descr @@ -4,5 +4,5 @@ I originally submitted this as a kernel module, but after seeing George Reid's plasma-kmod port I realised that was a better way to do it. -- Jonathan Belson -jon@witchspace.com +WWW: http://www.witchspace.com/kix.html +Author: Jonathan Belson <jon@witchspace.com> |