aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/streamripper/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index 816c46749d59..effdde26124e 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -24,4 +24,10 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_FILES= bin/streamripper
MAN1= streamripper.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD < 5.x"
+.endif
+
+.include <bsd.port.post.mk>