pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/tzc We no longer need a dependency on zephyr at r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/072141372fef
branches:  trunk
changeset: 501212:072141372fef
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Oct 18 23:26:56 2005 +0000

description:
We no longer need a dependency on zephyr at run-time.  Bump the
PKGREVISION.

XXX This package is broken WRT kerberos handling, and the fact that it
XXX directly installs into ${LOCALBASE} and not ${PREFIX}.

diffstat:

 chat/tzc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 546b5c286f8b -r 072141372fef chat/tzc/Makefile
--- a/chat/tzc/Makefile Tue Oct 18 23:18:52 2005 +0000
+++ b/chat/tzc/Makefile Tue Oct 18 23:26:56 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2005/05/24 13:59:39 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2005/10/18 23:26:56 jlam Exp $
 #
 
 DISTNAME=      tzc-2.6.15
+PKGREVISION=   1
 CATEGORIES=    chat net
 MASTER_SITES=  http://www-2.cs.cmu.edu/People/dkindred/zephyr-mode/
 
@@ -12,5 +13,5 @@
 CPPFLAGS+=      -I/usr/include/kerberosIV -I/usr/include/krb5
 LDFLAGS+=       -lroken -lcrypto -lcom_err
 
-.include "../zephyr/buildlink3.mk"
+.include "../../chat/zephyr/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index