diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-23 00:25:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-23 00:25:49 +0800 |
commit | 9af29590d94bb4c5cd076b69617583e4a9180c66 (patch) | |
tree | 5a0f96152bb6c98e097ab97fbc0c4271d26d3c4f /finance | |
parent | 721b431137675801f0e0a9c7376e0b09e58bd73f (diff) | |
download | freebsd-ports-gnome-9af29590d94bb4c5cd076b69617583e4a9180c66.tar.gz freebsd-ports-gnome-9af29590d94bb4c5cd076b69617583e4a9180c66.tar.zst freebsd-ports-gnome-9af29590d94bb4c5cd076b69617583e4a9180c66.zip |
The openhbci dependency is needed to build the object modules, not just
the libraries. Boot to the butt supplied by: kris.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/aqmoney/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/aqmoney/Makefile b/finance/aqmoney/Makefile index 01ca60392e86..42ac50d67663 100644 --- a/finance/aqmoney/Makefile +++ b/finance/aqmoney/Makefile @@ -13,7 +13,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 +BUILD_DEPENDS= all:${PORTSDIR}/finance/openhbci GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |