diff options
author | arved <arved@FreeBSD.org> | 2004-02-01 21:33:42 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-01 21:33:42 +0800 |
commit | c993941127465dae37d0f483599a1c2d3bc6657e (patch) | |
tree | 9b9a716e6ae036c5f36491ed753f221440bafdac /finance | |
parent | 56708b3c31b0faf4f889b96b2f5a331b08c1751a (diff) | |
download | freebsd-ports-gnome-c993941127465dae37d0f483599a1c2d3bc6657e.tar.gz freebsd-ports-gnome-c993941127465dae37d0f483599a1c2d3bc6657e.tar.zst freebsd-ports-gnome-c993941127465dae37d0f483599a1c2d3bc6657e.zip |
Fix dependencies:
# ldd /usr/local/bin/aqmoney
/usr/local/bin/aqmoney:
libopenhbci.so.13 => /usr/local/lib/libopenhbci.so.13 (0x2006bc000)
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 0348bd1433e7..93b170633e3a 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 -BUILD_DEPENDS= libopenhbci.so.13:${PORTSDIR}/finance/openhbci +LIB_DEPENDS= openhbci.13:${PORTSDIR}/finance/openhbci GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |