diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-12 14:06:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-12 14:06:55 +0000 |
commit | 3f458fdfc1a4e11e927c3b6e8b5a5ffb5852c673 (patch) | |
tree | 98a84c8b9971dbf64dd0b020eaabfd1e30a7fbee /net | |
parent | 64042495c842e1c007fa64afd8ce722d6aae2b6c (diff) | |
download | pkgsrc-3f458fdfc1a4e11e927c3b6e8b5a5ffb5852c673.tar.gz |
Fix path to Perl. Depend on and fix path to tk-Tix.
Bump revision.
Diffstat (limited to 'net')
-rw-r--r-- | net/nocol/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile index 4018b4d36a9..b081bfb9fc5 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -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 @@ INSTALL_TARGET= install root 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=""; \ |