summaryrefslogtreecommitdiff
path: root/chat/tzc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-10-18 23:26:56 +0000
committerjlam <jlam@pkgsrc.org>2005-10-18 23:26:56 +0000
commitb2472358ca40e74161184004405d9962db15ab22 (patch)
tree6acb65078e1ec40fd39b9d63d29ab95340df01cd /chat/tzc
parent987fd7798f77e1c67241984ef7bb4b99fb1099c8 (diff)
downloadpkgsrc-b2472358ca40e74161184004405d9962db15ab22.tar.gz
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 (limited to 'chat/tzc')
-rw-r--r--chat/tzc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/tzc/Makefile b/chat/tzc/Makefile
index ea88ba83027..20f7164a898 100644
--- a/chat/tzc/Makefile
+++ b/chat/tzc/Makefile
@@ -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 @@ COMMENT= Back-end program for zephyr-mode
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"