diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-17 08:55:14 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-17 08:55:14 +0000 |
commit | 8aa084f0f7cbb22ce0b0cdd52ca3c860f3cdc051 (patch) | |
tree | 5d076fb3d989b1beb06b1a0be0765c1557897659 /finance | |
parent | 52f776d8440f66382b22a3c67dfc1314a86dbbc4 (diff) | |
download | ports-8aa084f0f7cbb22ce0b0cdd52ca3c860f3cdc051.tar.gz ports-8aa084f0f7cbb22ce0b0cdd52ca3c860f3cdc051.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/aqmoney/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/aqmoney/Makefile b/finance/aqmoney/Makefile index 15f9cd8ca66b..7f5135d2d3f4 100644 --- a/finance/aqmoney/Makefile +++ b/finance/aqmoney/Makefile @@ -6,6 +6,7 @@ PORTNAME= aqmoney PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= heiner@bilch.com COMMENT= AqMoney uses openhbci to manage your credit institute accounts -LIB_DEPENDS= openhbci.13:${PORTSDIR}/finance/openhbci +LIB_DEPENDS= openhbci.14:${PORTSDIR}/finance/openhbci GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |