- Removed IGNORE for OSVERSION < 7.0 - builds fine in 6.4 Tinderbox

Approved by:	gslin@gslin.org (maintainer - via private email)
This commit is contained in:
Greg Larkin 2010-01-14 18:04:00 +00:00
parent 7f4b7fb1bb
commit ccb72bf251
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247873

View file

@ -42,8 +42,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/gen-perl/Facebook/FB303/${FILE} ${PREFIX}/${SITE_PERL_REL}/Facebook/FB303
.endfor
.if ${OSVERSION} < 700000
IGNORE= not supported
.endif
.include <bsd.port.post.mk>