pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/tkabber use x11/tk-BWidget (via buildlink3.mk) ra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e838a1a32713
branches:  trunk
changeset: 399026:e838a1a32713
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Sat Sep 12 20:51:06 2009 +0000

description:
use x11/tk-BWidget (via buildlink3.mk) rather than x11/bwidget

diffstat:

 chat/tkabber/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r c8db8b75d66c -r e838a1a32713 chat/tkabber/Makefile
--- a/chat/tkabber/Makefile     Sat Sep 12 20:50:04 2009 +0000
+++ b/chat/tkabber/Makefile     Sat Sep 12 20:51:06 2009 +0000
@@ -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 @@
 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 @@
                > ${WRKSRC}/tkabber
        ${INSTALL_SCRIPT} ${WRKSRC}/tkabber ${PREFIX}/bin
 
+.include "../../x11/tk-BWidget/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index