aboutsummaryrefslogtreecommitdiff
path: root/audio/schism
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2009-03-25 22:23:09 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2009-03-25 22:23:09 +0000
commit7228b51cde9d787f2cd01828190bd95a9d057387 (patch)
tree6de6ec6d4cf15e343611b20b49ca08888711b2cb /audio/schism
parentfe4dfa220be812b0cad870ceb8dddf55ef1c212c (diff)
downloadports-7228b51cde9d787f2cd01828190bd95a9d057387.tar.gz
ports-7228b51cde9d787f2cd01828190bd95a9d057387.zip
Notes
Diffstat (limited to 'audio/schism')
-rw-r--r--audio/schism/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/schism/Makefile b/audio/schism/Makefile
index 37ebdfabdcd8..4dcdf8a5b859 100644
--- a/audio/schism/Makefile
+++ b/audio/schism/Makefile
@@ -30,7 +30,13 @@ PLIST_FILES= bin/${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= currently does not support 8-CURRENT
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>