diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-06-24 22:19:14 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-06-24 22:19:14 +0000 |
commit | 270cc4dbe7dae9040e580f29d44ad9f1c2228ce0 (patch) | |
tree | 9315386ccaf123bfa0c4f86a6b6cf0d45d66ee7a /audio/jack_ghero | |
parent | 5a116bd4281263260a92c006c8d12fdf663d32c0 (diff) | |
download | ports-270cc4dbe7dae9040e580f29d44ad9f1c2228ce0.tar.gz ports-270cc4dbe7dae9040e580f29d44ad9f1c2228ce0.zip |
Notes
Diffstat (limited to 'audio/jack_ghero')
-rw-r--r-- | audio/jack_ghero/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/jack_ghero/Makefile b/audio/jack_ghero/Makefile index 9ef9092ad410..c6389ff18a94 100644 --- a/audio/jack_ghero/Makefile +++ b/audio/jack_ghero/Makefile @@ -34,4 +34,10 @@ MAKE_ARGS+=" HAVE_MAN=YES" MAKE_ARGS+=" HAVE_DEBUG=YES" .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +IGNORE= requires usb stack from FreeBSD 8.0-RELEASE or later +.endif + +.include <bsd.port.post.mk> |