diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-09 08:00:12 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-09 08:00:12 +0000 |
commit | 5ba594429c2c2f819c7e2a06bab27b9caccd7470 (patch) | |
tree | 1f96c877ccb01bbae31191e6e123b73109c182ae /finance/libofx/Makefile | |
parent | ce6874363117d4d1f7271e4918d4a2e2ff0bbc6b (diff) |
Notes
Diffstat (limited to 'finance/libofx/Makefile')
-rw-r--r-- | finance/libofx/Makefile | 12 |
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> |