diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-15 00:58:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-15 00:58:00 +0000 |
commit | cf3ff8ca4a5ad867351d28650736620c2727662b (patch) | |
tree | 9f5e253d6de6ca68e4db027f1db73e58d7124e9c | |
parent | - Backout last update, it broke x11-fm/tkdesk (diff) |
Fix up the bogus BUILD_DEPENDS that I left in after testing.
Prodded by: kris.
-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} |