- Fix build on FreeBSD-6

This commit is contained in:
Wen Heping 2010-10-28 10:59:44 +00:00
parent 523a24e2f4
commit b1745159b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263680

View File

@ -37,4 +37,10 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/examples.html ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>