summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-11-03 22:40:07 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-11-03 22:40:07 +0000
commit3be5f33199c190c5d55f1e4a41a65e3e1f4d080d (patch)
treef6afc825d9f74f7d023e053a35a919e9f82d4d6f /audio
parent- Update to 0.72 (diff)
- A bunch of trivial fixes
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=176306
Diffstat (limited to 'audio')
-rw-r--r--audio/liboggz/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/liboggz/Makefile b/audio/liboggz/Makefile
index c4361cdd4124..e022ed3d7db9 100644
--- a/audio/liboggz/Makefile
+++ b/audio/liboggz/Makefile
@@ -27,4 +27,10 @@ post-patch:
@${REINPLACE_CMD} -e '/^install-data-am/s!install-data-local!!' ${WRKSRC}/doc/Makefile.in
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>