summaryrefslogtreecommitdiff
path: root/chat/tkabber
diff options
context:
space:
mode:
authorplunky <plunky>2009-09-12 20:51:06 +0000
committerplunky <plunky>2009-09-12 20:51:06 +0000
commit295abd00e1883d45a6ded535db888d3dd5fac9aa (patch)
tree53988ca82709f7efa7998ee5d09134e197396c6e /chat/tkabber
parent974c4a145a582bb09702bdf5a62bf8544f41b866 (diff)
downloadpkgsrc-295abd00e1883d45a6ded535db888d3dd5fac9aa.tar.gz
use x11/tk-BWidget (via buildlink3.mk) rather than x11/bwidget
Diffstat (limited to 'chat/tkabber')
-rw-r--r--chat/tkabber/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/tkabber/Makefile b/chat/tkabber/Makefile
index 93175262fb6..e0a3395136e 100644
--- a/chat/tkabber/Makefile
+++ b/chat/tkabber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/05/26 02:13:16 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/09/12 20:51:06 plunky Exp $
#
# TODO: gnupg support, ssl support, others
@@ -12,7 +12,6 @@ HOMEPAGE= http://tkabber.jabber.ru/en/
COMMENT= Free and Open Source TCL/TK jabber client
DEPENDS+= tcllib-[0-9]*:../../devel/tcllib
-DEPENDS+= bwidget>=1.8.0:../../x11/bwidget
NO_BUILD= yes
USE_TOOLS+= pax wish:run
@@ -49,4 +48,5 @@ do-install:
> ${WRKSRC}/tkabber
${INSTALL_SCRIPT} ${WRKSRC}/tkabber ${PREFIX}/bin
+.include "../../x11/tk-BWidget/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"