aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-08-09 02:00:37 +0800
committersat <sat@FreeBSD.org>2006-08-09 02:00:37 +0800
commit43c3da5a3c30d9ca87b8c60a811829eb3131935c (patch)
treebf40131ebfd3241417de0428f873a5fc61752af9 /audio
parentfccf0fb3a51c003c68d19c80c4d96245ac40644a (diff)
downloadfreebsd-ports-gnome-43c3da5a3c30d9ca87b8c60a811829eb3131935c.tar.gz
freebsd-ports-gnome-43c3da5a3c30d9ca87b8c60a811829eb3131935c.tar.zst
freebsd-ports-gnome-43c3da5a3c30d9ca87b8c60a811829eb3131935c.zip
- Mark broken on 4.x
Reported by: pointyhat via kris
Diffstat (limited to 'audio')
-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>