diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-01 06:17:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-01 06:17:40 +0000 |
commit | 0c61e4b52ab90dcd87b1da2a006b7e06dd9530c7 (patch) | |
tree | f30cbeb2b961d2d232a78805986338a272235dfa /audio | |
parent | databases/mantis has been restored. (diff) |
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=158528
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 |