diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-01 14:17:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-01 14:17:40 +0800 |
commit | 0b621c66e88e37f736a7a15fbb90bfa688001377 (patch) | |
tree | 3e68b4814c056ba80a8b4d761656a565315aef23 /audio | |
parent | 29fcf6ee1fe6a178be32194ad235c067ca7e62d0 (diff) | |
download | freebsd-ports-gnome-0b621c66e88e37f736a7a15fbb90bfa688001377.tar.gz freebsd-ports-gnome-0b621c66e88e37f736a7a15fbb90bfa688001377.tar.zst freebsd-ports-gnome-0b621c66e88e37f736a7a15fbb90bfa688001377.zip |
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
Diffstat (limited to 'audio')
-rw-r--r-- | audio/goobox/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 85fbfaa8fce8..6074dfd50a04 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -36,6 +36,10 @@ OPTIONS= NOTIFY "Enable libnotify support" on .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= does not build on 4.X +.endif + .if !defined(WITHOUT_NOTIFY) LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --enable-notification |