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/goobox/Makefile | |
parent | 1fccdd71ab92d1f8c4c76342d5ce4ad75dfd97cf (diff) | |
download | ports-0c61e4b52ab90dcd87b1da2a006b7e06dd9530c7.tar.gz ports-0c61e4b52ab90dcd87b1da2a006b7e06dd9530c7.zip |
Notes
Diffstat (limited to 'audio/goobox/Makefile')
-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 |