Mark BROKEN on 4.X.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2006-04-01 06:17:40 +00:00
parent 1fccdd71ab
commit 0c61e4b52a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158528
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -34,6 +34,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
.else