aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-03-02 23:38:35 +0800
committerkwm <kwm@FreeBSD.org>2011-03-02 23:38:35 +0800
commite71a5f79865ed14b262a9b9baf3902152604af19 (patch)
tree1a54245613070e4594f846da38efd65a1d3b5dca /finance
parentb7a8871be6de7d7c809f51d761c75fd0a125ca63 (diff)
downloadfreebsd-ports-gnome-e71a5f79865ed14b262a9b9baf3902152604af19.tar.gz
freebsd-ports-gnome-e71a5f79865ed14b262a9b9baf3902152604af19.tar.zst
freebsd-ports-gnome-e71a5f79865ed14b262a9b9baf3902152604af19.zip
Only check for libgwengui-qt4.so when the KBANKING option is selected.
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
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>