1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

[patch] cleanup non-supported FreeBSD versions

PR:		ports/111675
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Daniel Roethlisberger <daniel@roe.ch>
This commit is contained in:
Edwin Groothuis 2007-04-17 11:50:50 +00:00
parent 84fdb89114
commit 034a642da2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190179

View File

@ -43,10 +43,4 @@ do-install:
${INSTALL_DATA} -m0755 ${WRKSRC}/plugins/$$plugin ${PREFIX}/lib/madman/plugins; \
done
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Doesn't build on FreeBSD < 5.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>