Index: head/graphics/plasma-kmod/Makefile =================================================================== --- head/graphics/plasma-kmod/Makefile (revision 204940) +++ head/graphics/plasma-kmod/Makefile (revision 204941) @@ -1,37 +1,40 @@ # New ports collection makefile for: plasma-kmod # Date created: 24 January 2001 # Whom: George Reid # # $FreeBSD$ # PORTNAME= plasma PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= graphics kld MASTER_SITES= SF/futurebsd PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org COMMENT= A plasma-effect screensaver kernel module .if !exists(/usr/src/sys/dev/syscons/syscons.h) IGNORE= requires kernel source (/usr/src/sys) to build .endif PLIST_FILES= lib/plasma_saver.ko do-install: ${INSTALL_KLD} ${WRKSRC}/plasma_saver.ko ${PREFIX}/lib post-install: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} .include .if ${OSVERSION} >= 700042 .if ${ARCH} == "amd64" BROKEN= Does not configure .endif .endif +.if ${OSVERSION} >= 800000 +BROKEN= Does not build +.endif .include Property changes on: head/graphics/plasma-kmod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property