diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-05-30 18:43:05 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-05-30 18:43:05 +0800 |
commit | 909cd331321659fd93e794f3584005d125b094a2 (patch) | |
tree | 25d7bbd7a9480abe8295791d19d19bc9ae1cf332 /audio/emu10kx | |
parent | 26a7abc96a41b14a1b0c15ca29a51f46753d75da (diff) | |
download | freebsd-ports-gnome-909cd331321659fd93e794f3584005d125b094a2.tar.gz freebsd-ports-gnome-909cd331321659fd93e794f3584005d125b094a2.tar.zst freebsd-ports-gnome-909cd331321659fd93e794f3584005d125b094a2.zip |
Mark broken on 7.x and above.
http://qat.tecnik93.com//errors/7-STABLE-FPT-NPD/emu10kx-20051021.log
Reported by: QAT
Tested by: miwi@ on i386
Diffstat (limited to 'audio/emu10kx')
-rw-r--r-- | audio/emu10kx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/emu10kx/Makefile b/audio/emu10kx/Makefile index c24b5a87b171..10828d4eff12 100644 --- a/audio/emu10kx/Makefile +++ b/audio/emu10kx/Makefile @@ -22,6 +22,12 @@ MAN8= emuctrl.8 PLIST_FILES= sbin/emuctrl etc/rc.d/emuctrl.sh WRKSRC= ${WRKDIR}/${DISTNAME} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 699999 +BROKEN= does not compile +.endif + do-install: @${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} -DMODULES_WITH_WORLD install @@ -31,4 +37,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |