diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-10 21:35:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-10 21:35:10 +0000 |
commit | 9bb207c3db26e445763ff8d989c4709ef0bbe454 (patch) | |
tree | 5a4e2ea8e500cb7ab194d83e1ae41d2f9d1db9f7 /audio/musepack | |
parent | 6958a90df56387cc7612dc5d4280b7473bc4d042 (diff) |
Notes
Diffstat (limited to 'audio/musepack')
-rw-r--r-- | audio/musepack/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile index abd5c8bb6964..8582a0522c2a 100644 --- a/audio/musepack/Makefile +++ b/audio/musepack/Makefile @@ -21,4 +21,10 @@ USE_AUTOTOOLS= aclocal:110 autoheader:262 libtoolize automake:110 autoconf:262 l ACLOCAL_ARGS= -I. -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not build on 6.X +.endif + +.include <bsd.port.post.mk> |