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

Mark it as IGNORE on under FreeBSD 7 as it does not build. Might be fixed in

4.0.1.
This commit is contained in:
Jeremy Messenger 2008-12-03 23:12:40 +00:00
parent b5701d060b
commit 0ab1810d89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223745

View File

@ -30,6 +30,12 @@ CONFIGURE_ARGS+=--with-ofx
CONFIGURE_ARGS+=--without-ofx
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
IGNORE=does not compile on FreeBSD 6.x and below, might be fixed in 4.0.1
.endif
post-install:
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@ -40,4 +46,4 @@ post-install:
@-update-desktop-database
@-update-mime-database ${PREFIX}/share/mime
.include <bsd.port.mk>
.include <bsd.port.post.mk>