diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2006-11-17 00:15:22 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2006-11-17 00:15:22 +0000 |
commit | 92621f65ef3b059ee3f009f715eba4d9401c6d71 (patch) | |
tree | 52a300835ca6389b1b00956a1dd80771304502d6 /audio/xanalyser | |
parent | 6f5f9cf50630aa532cea098e0f8f5e57b68eaa59 (diff) | |
download | ports-92621f65ef3b059ee3f009f715eba4d9401c6d71.tar.gz ports-92621f65ef3b059ee3f009f715eba4d9401c6d71.zip |
Notes
Diffstat (limited to 'audio/xanalyser')
-rw-r--r-- | audio/xanalyser/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile index f468248e56d4..48818efa566c 100644 --- a/audio/xanalyser/Makefile +++ b/audio/xanalyser/Makefile @@ -24,4 +24,8 @@ MAN1= xanalyser.1 PLIST_FILES= bin/xanalyser \ lib/X11/app-defaults/XAnalyser -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= Does not compile +.endif +.include <bsd.port.post.mk> |