diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-01 13:33:42 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-01 13:33:42 +0000 |
commit | 899ce5f3e3e38c7166c8ab94264531da931d3f80 (patch) | |
tree | f9359c52b59b2ad6128ae951d71855b4b5b565a4 /finance/aqmoney | |
parent | - Use SIZE (diff) |
Fix dependencies:
# ldd /usr/local/bin/aqmoney
/usr/local/bin/aqmoney:
libopenhbci.so.13 => /usr/local/lib/libopenhbci.so.13 (0x2006bc000)
Notes
Notes:
svn path=/head/; revision=99691
Diffstat (limited to 'finance/aqmoney')
-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} |