diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-08-08 18:02:22 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-08-08 18:02:22 +0000 |
commit | 9a50124fd63b6b49ae63d52adaab0591a24c8cb8 (patch) | |
tree | 0c2320195263d9edf5b3bc721232c3e7d5c0a9a3 /audio/mpdscribble | |
parent | 9db646a6bf92749c706f45b69489dba1089c2fe6 (diff) | |
download | ports-9a50124fd63b6b49ae63d52adaab0591a24c8cb8.tar.gz ports-9a50124fd63b6b49ae63d52adaab0591a24c8cb8.zip |
Notes
Diffstat (limited to 'audio/mpdscribble')
-rw-r--r-- | audio/mpdscribble/Makefile | 8 |
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> |