aboutsummaryrefslogtreecommitdiff
path: root/audio/emu10kx
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-05-30 10:43:05 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-05-30 10:43:05 +0000
commitebe6b1f71b875c068d3bddc05af9b599c611b98a (patch)
tree96a62ec52d8ef4cd2c1c47851b8ce459c32f2d79 /audio/emu10kx
parent6cf79b5b408858acd9e5bae5f3129c76e80da7e9 (diff)
downloadports-ebe6b1f71b875c068d3bddc05af9b599c611b98a.tar.gz
ports-ebe6b1f71b875c068d3bddc05af9b599c611b98a.zip
Notes
Diffstat (limited to 'audio/emu10kx')
-rw-r--r--audio/emu10kx/Makefile8
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>