1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-05-23 10:07:33 +00:00
parent 132b4c1e95
commit 416b87176e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109767

View File

@ -24,4 +24,10 @@ USE_GNOME= gnometarget
USE_KDEBASE_VER= 3
GNU_CONFIGURE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on 4.x"
.endif
.include <bsd.port.post.mk>