diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-08-29 15:01:46 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-08-29 15:01:46 +0000 |
commit | f2904b6af86bf31288fb14f77c4147d547f2331f (patch) | |
tree | 0f24ce676070cd2b3017f761db8f5e49e00c5b07 /finance | |
parent | df286138e91ba031330ebdf325b268e778d4bedc (diff) | |
download | ports-f2904b6af86bf31288fb14f77c4147d547f2331f.tar.gz ports-f2904b6af86bf31288fb14f77c4147d547f2331f.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/homebank/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index ed554174596d..5e468a6b13ee 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -10,7 +10,7 @@ COMMENT= Free, easy, personal accounting for everyone LICENSE= GPLv2 -LIB_DEPENDS= osp:${PORTSDIR}/textproc/opensp +LIB_DEPENDS= libosp.so:${PORTSDIR}/textproc/opensp GNU_CONFIGURE= yes USES= desktop-file-utils gmake shared-mime-info @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS OFX OFX_DESC= OFX file format support OPTIONS_DEFAULT=OFX -OFX_LIB_DEPENDS= ofx:${PORTSDIR}/finance/libofx +OFX_LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx OFX_CONFIGURE_OFF= --without-ofx .include <bsd.port.options.mk> |