1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Only check for libgwengui-qt4.so when the KBANKING option is selected.

Submitted by:		Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
This commit is contained in:
Koop Mast 2011-03-02 15:38:35 +00:00
parent 59316b92c6
commit 91e0361e6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270123

View File

@ -75,8 +75,8 @@ RUN_DEPENDS+= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
.endif
.if !defined(PACKAGE_BUILDING) && !exists(${LOCALBASE}/lib/libgwengui-qt4.so)
BROKEN= Please rebuild devel/gwenhywfar with the WITH_QT4 option set
.if !defined(PACKAGE_BUILDING) && defined(WITH_KBANKING) && !exists(${LOCALBASE}/lib/libgwengui-qt4.so)
IGNORE= Please rebuild devel/gwenhywfar with the WITH_QT4 option set
.endif
.include <bsd.port.mk>