diff options
Diffstat (limited to 'audio/xanalyser/Makefile')
-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 f468248..48818ef 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> |