pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nocol Fix path to Perl. Depend on and fix path to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac1f66facbb9
branches:  trunk
changeset: 532138:ac1f66facbb9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 12 14:06:55 2007 +0000

description:
Fix path to Perl. Depend on and fix path to tk-Tix.
Bump revision.

diffstat:

 net/nocol/Makefile |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 9110d351814f -r ac1f66facbb9 net/nocol/Makefile
--- a/net/nocol/Makefile        Sun Aug 12 13:57:35 2007 +0000
+++ b/net/nocol/Makefile        Sun Aug 12 14:06:55 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2007/07/03 13:54:46 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2007/08/12 14:06:55 joerg Exp $
 #
 
 DISTNAME=              nocol-4.3.1
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            net
 MASTER_SITES=  http://www.netplex-tech.com/software/nocol/downloads/
 
@@ -22,6 +22,13 @@
 OWN_DIRS+=             /var/run/msgs
 OWN_DIRS+=             /var/run/data
 
+DEPENDS+=              tk-Tix-[0-9]*:../../x11/tk-Tix
+
+.include "../../x11/tk-Tix/interpreter.mk"
+
+REPLACE_PERL=          perlnocol/hostmon-osclients/hostmon-client*
+REPLACE_TK_TIX=                tknocol/tkNocol.tix
+
 post-patch:
        @(hostname=`/bin/hostname`;                                     \
        dir="";                                                         \



Home | Main Index | Thread Index | Old Index