diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-26 06:23:09 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-26 06:23:09 +0800 |
commit | c30cc51d41bc829f3e3af3be270d5db384f8c56b (patch) | |
tree | 65f8d6887ea11584a927267b7be3d2484dab33ad /audio | |
parent | b2f926e5b4e8cf91f9addc92d2f18c0719f98ef1 (diff) | |
download | freebsd-ports-gnome-c30cc51d41bc829f3e3af3be270d5db384f8c56b.tar.gz freebsd-ports-gnome-c30cc51d41bc829f3e3af3be270d5db384f8c56b.tar.zst freebsd-ports-gnome-c30cc51d41bc829f3e3af3be270d5db384f8c56b.zip |
Mark it BROKEN on 8-CURRENT, it does not compile.
Diffstat (limited to 'audio')
-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> |