diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-12-03 23:12:40 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-12-03 23:12:40 +0000 |
commit | 0ab1810d893bd037bee4f2ce7924285bcd390df5 (patch) | |
tree | 3acf79fb8762f53fd05fb1b07826fb930a56265b /finance | |
parent | b5701d060b5d66a382b5ab51f7a2173affc4ed6d (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/homebank/Makefile | 8 |
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> |