diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-25 22:23:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-25 22:23:09 +0000 |
commit | 7228b51cde9d787f2cd01828190bd95a9d057387 (patch) | |
tree | 6de6ec6d4cf15e343611b20b49ca08888711b2cb /audio/schism | |
parent | fe4dfa220be812b0cad870ceb8dddf55ef1c212c (diff) | |
download | ports-7228b51cde9d787f2cd01828190bd95a9d057387.tar.gz ports-7228b51cde9d787f2cd01828190bd95a9d057387.zip |
Notes
Diffstat (limited to 'audio/schism')
-rw-r--r-- | audio/schism/Makefile | 8 |
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> |