aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
Diffstat (limited to 'finance')
-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>