1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Mark BROKEN on 4.x.

Reported by:	pointyhat via kris
This commit is contained in:
Roman Bogorodskiy 2006-08-08 18:02:22 +00:00
parent 9db646a6bf
commit 9a50124fd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170135

View File

@ -20,4 +20,10 @@ GNU_CONFIGURE= yes
MAN1= mpdscribble.1
PLIST_FILES= bin/mpdscribble
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROEKEN= does not build on 4.x
.endif
.include <bsd.port.post.mk>