aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-03-02 15:38:35 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-03-02 15:38:35 +0000
commit91e0361e6cba96552345df2d4bb406b71790bb95 (patch)
tree3980f029647048a9a3c1304b59dcc39f8b3cdd27 /finance
parent59316b92c6b6c4d8b2ef7810484576958b3f27da (diff)
downloadports-91e0361e6cba96552345df2d4bb406b71790bb95.tar.gz
ports-91e0361e6cba96552345df2d4bb406b71790bb95.zip
Notes
Diffstat (limited to 'finance')
-rw-r--r--finance/kmymoney-kde4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile
index f157bf2db2bd..b2d3d76665f3 100644
--- a/finance/kmymoney-kde4/Makefile
+++ b/finance/kmymoney-kde4/Makefile
@@ -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>