pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/tkicb Use the tools framework to get the correct ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbe645223171
branches:  trunk
changeset: 517951:fbe645223171
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Aug 26 21:48:06 2006 +0000

description:
Use the tools framework to get the correct path to wish.
Bump PKGREVISION.

diffstat:

 chat/tkicb/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r b08d4af6aecd -r fbe645223171 chat/tkicb/Makefile
--- a/chat/tkicb/Makefile       Sat Aug 26 21:28:21 2006 +0000
+++ b/chat/tkicb/Makefile       Sat Aug 26 21:48:06 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2006/05/03 15:12:24 gdt Exp $
+# $NetBSD: Makefile,v 1.16 2006/08/26 21:48:06 minskim Exp $
 #
 
 DISTNAME=      icb.2.1.4
 PKGNAME=       tkicb-2.1.4
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    chat x11
 MASTER_SITES=  ftp://shoshin.armory.com/pub/
 EXTRACT_SUFX=  .tar.Z
@@ -19,19 +19,18 @@
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 
-DEPENDS+=      tk-[0-9]*:../../x11/tk
-
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 WRKSRC=                ${WRKDIR}
 NO_CONFIGURE=  YES
 USE_LANGUAGES= # empty
+USE_TOOLS+=    wish:run
 
 INSTALLATION_DIRS=     bin
 
 do-build:
        ${SED} -e 's,/usr/local/lib/icb,${PREFIX}/libdata/tkicb,g' \
-               -e 's,wish8\.0,${LOCALBASE}/bin/wish,g' < ${WRKSRC}/bin/icb \
+               -e 's,wish8\.0,${WISH},g' < ${WRKSRC}/bin/icb \
                > ${WRKSRC}/bin/tkicb
 
 do-install:



Home | Main Index | Thread Index | Old Index