1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

- BROKEN on FreeBSD 4.X: does not compile

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-10-07 09:33:44 +00:00
parent 63734d9541
commit bed15d378c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174730

View File

@ -29,4 +29,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= mudmagic.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>