diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-15 08:58:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-15 08:58:00 +0800 |
commit | cbe4d5d83964cdcb98c2b9da03a8bd5d8eb57e89 (patch) | |
tree | a2825a2d401bdae69adc26a37f851bce1542c933 /finance/aqmoney | |
parent | efc30c1ecddcecdacca84f72f03bee0ee80ba30b (diff) | |
download | freebsd-ports-gnome-cbe4d5d83964cdcb98c2b9da03a8bd5d8eb57e89.tar.gz freebsd-ports-gnome-cbe4d5d83964cdcb98c2b9da03a8bd5d8eb57e89.tar.zst freebsd-ports-gnome-cbe4d5d83964cdcb98c2b9da03a8bd5d8eb57e89.zip |
Fix up the bogus BUILD_DEPENDS that I left in after testing.
Prodded by: kris.
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 42ac50d67663..3738c2d3964b 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= all:${PORTSDIR}/finance/openhbci +BUILD_DEPENDS= libopenhbci.so.7:${PORTSDIR}/finance/openhbci GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |