diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-08 18:00:37 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-08 18:00:37 +0000 |
commit | 9db646a6bf92749c706f45b69489dba1089c2fe6 (patch) | |
tree | 08eaf6c7bef0c65088c21f02f7e49586cb6e431b /audio/kexis | |
parent | Provide more accurate coordinates. My house is famous now. (diff) |
- Mark broken on 4.x
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=170134
Diffstat (limited to 'audio/kexis')
-rw-r--r-- | audio/kexis/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/kexis/Makefile b/audio/kexis/Makefile index afece7f9762d..941e58f77209 100644 --- a/audio/kexis/Makefile +++ b/audio/kexis/Makefile @@ -20,4 +20,10 @@ PLIST_FILES= bin/kexis do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kexis ${PREFIX}/bin/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on 4.x +.endif + +.include <bsd.port.post.mk> |