aboutsummaryrefslogtreecommitdiff
path: root/audio/mpdscribble
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-08-08 18:02:22 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-08-08 18:02:22 +0000
commit9a50124fd63b6b49ae63d52adaab0591a24c8cb8 (patch)
tree0c2320195263d9edf5b3bc721232c3e7d5c0a9a3 /audio/mpdscribble
parent9db646a6bf92749c706f45b69489dba1089c2fe6 (diff)
downloadports-9a50124fd63b6b49ae63d52adaab0591a24c8cb8.tar.gz
ports-9a50124fd63b6b49ae63d52adaab0591a24c8cb8.zip
Notes
Diffstat (limited to 'audio/mpdscribble')
-rw-r--r--audio/mpdscribble/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mpdscribble/Makefile b/audio/mpdscribble/Makefile
index 04b2f59f1ad0..135ba9f2845b 100644
--- a/audio/mpdscribble/Makefile
+++ b/audio/mpdscribble/Makefile
@@ -20,4 +20,10 @@ GNU_CONFIGURE= yes
MAN1= mpdscribble.1
PLIST_FILES= bin/mpdscribble
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROEKEN= does not build on 4.x
+.endif
+
+.include <bsd.port.post.mk>