aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-11-04 06:40:07 +0800
committersat <sat@FreeBSD.org>2006-11-04 06:40:07 +0800
commit76932c8fce407fd4131c5427c9871f502e8ef3b2 (patch)
treea23d8efe8d97c0bef04ad10f6c8af02ae294b818 /audio
parent0316f948e756639b0548fe5aad8a9f47166d4b83 (diff)
downloadfreebsd-ports-gnome-76932c8fce407fd4131c5427c9871f502e8ef3b2.tar.gz
freebsd-ports-gnome-76932c8fce407fd4131c5427c9871f502e8ef3b2.tar.zst
freebsd-ports-gnome-76932c8fce407fd4131c5427c9871f502e8ef3b2.zip
- A bunch of trivial fixes
Reported by: pointyhat via kris
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>