- Fix ktoblzcheck dependency line

This is getting way out of my hands. Was this really broken for five weeks?

Submitted by:	Anthony M. Agelastos <iqgrande@gmail.com>
Pointy hat to:	pav
This commit is contained in:
Pav Lucistnik 2005-11-28 09:55:41 +00:00
parent 61b119dd50
commit 20346564c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149759

View file

@ -40,8 +40,8 @@ PLIST_SUB+= OFX="@comment "
.endif
# no configure option to disable ktoblzcheck support (yet)
.if defined(WITH_KTOBLZCHECK) || exists(${LOCALBASE}/lib/libktoblzcheck.so.1)
LIB_DEPENDS+= ktoblzcheck.1:${PORTSDIR}/finance/ktoblzcheck
.if defined(WITH_KTOBLZCHECK) || exists(${LOCALBASE}/lib/libktoblzcheck.so.4)
LIB_DEPENDS+= ktoblzcheck.4:${PORTSDIR}/finance/ktoblzcheck
.endif
.include <bsd.port.post.mk>