summaryrefslogtreecommitdiff
path: root/finance/libofx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/libofx/Makefile')
-rw-r--r--finance/libofx/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile
index 4224451f03e4..7f158fc913e0 100644
--- a/finance/libofx/Makefile
+++ b/finance/libofx/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libofx
-PORTVERSION= 0.8.0
-PORTREVISION= 1
+PORTVERSION= 0.8.2
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= OpenSource implementation of the OFX (Open Financial eXchange)
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \
+ xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ \
osp.3:${PORTSDIR}/textproc/opensp
USE_GMAKE= yes
@@ -41,4 +41,10 @@ post-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>