summaryrefslogtreecommitdiff
path: root/finance/homebank
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-12-03 23:12:40 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-12-03 23:12:40 +0000
commit0ab1810d893bd037bee4f2ce7924285bcd390df5 (patch)
tree3acf79fb8762f53fd05fb1b07826fb930a56265b /finance/homebank
parent- Update to 20080615 (diff)
Mark it as IGNORE on under FreeBSD 7 as it does not build. Might be fixed in
4.0.1.
Notes
Notes: svn path=/head/; revision=223745
Diffstat (limited to 'finance/homebank')
-rw-r--r--finance/homebank/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile
index 0b4065863748..e807e90d9cc3 100644
--- a/finance/homebank/Makefile
+++ b/finance/homebank/Makefile
@@ -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>