pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/tkirc Switch to Tk 8.4 and enable pkgviews instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7b756102bc2
branches:  trunk
changeset: 470803:d7b756102bc2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Mar 12 01:32:30 2004 +0000

description:
Switch to Tk 8.4 and enable pkgviews installation.

diffstat:

 chat/tkirc/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r d320c278ae8a -r d7b756102bc2 chat/tkirc/Makefile
--- a/chat/tkirc/Makefile       Fri Mar 12 01:25:08 2004 +0000
+++ b/chat/tkirc/Makefile       Fri Mar 12 01:32:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/08 20:27:13 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/12 01:32:30 minskim Exp $
 
 DISTNAME=      tkirc1.202
 PKGNAME=       tkirc-1.202
@@ -10,13 +10,17 @@
 COMMENT=       GUI for the ircII Internet Relay Chat client
 
 DEPENDS+=      ircII-[0-9]*:../../chat/ircII
-DEPENDS+=      tk>=8.3.2:../../x11/tk83
+DEPENDS+=      tk>=8.3.2:../../x11/tk
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 WRKSRC=                ${WRKDIR}/tkirc
-USE_X11=       yes
+NO_BUILDLINK=  yes
 NO_CONFIGURE=  yes
 NO_BUILD=      yes
 
+INSTALLATION_DIRS=     bin
+
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/tkirc         ${PREFIX}/bin
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkirc



Home | Main Index | Thread Index | Old Index