aboutsummaryrefslogtreecommitdiff
path: root/audio/kexis
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-08 18:00:37 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-08 18:00:37 +0000
commit9db646a6bf92749c706f45b69489dba1089c2fe6 (patch)
tree08eaf6c7bef0c65088c21f02f7e49586cb6e431b /audio/kexis
parentbb9181d270e2f91536f5bd586a36a503fa6bd342 (diff)
downloadports-9db646a6bf92749c706f45b69489dba1089c2fe6.tar.gz
ports-9db646a6bf92749c706f45b69489dba1089c2fe6.zip
Notes
Diffstat (limited to 'audio/kexis')
-rw-r--r--audio/kexis/Makefile8
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>