summaryrefslogtreecommitdiff
path: root/chat/tzc/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-18 19:36:53 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-18 19:36:53 +0000
commitcf6415616d1dfda388daa4566b023e6d13b8d070 (patch)
treeb6a2fb0343869623e2e2c8d87ef6e0c2422a50b8 /chat/tzc/Makefile
parente4826b3ea9908d909a61e9fccd3f426fc231dd5d (diff)
downloadpkgsrc-cf6415616d1dfda388daa4566b023e6d13b8d070.tar.gz
Fix label at end of compound statement. Force krb4 dependency, since
it explicitly links against it. Bump revision.
Diffstat (limited to 'chat/tzc/Makefile')
-rw-r--r--chat/tzc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/tzc/Makefile b/chat/tzc/Makefile
index a739e6c296b..40474ed73c2 100644
--- a/chat/tzc/Makefile
+++ b/chat/tzc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:26 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/18 19:36:53 joerg Exp $
#
DISTNAME= tzc-2.6.15
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat net
MASTER_SITES= http://www-2.cs.cmu.edu/People/dkindred/zephyr-mode/
@@ -14,4 +14,5 @@ CPPFLAGS+= -I/usr/include/kerberosIV -I/usr/include/krb5
LDFLAGS+= -lroken -lcrypto -lcom_err
.include "../../chat/zephyr/buildlink3.mk"
+.include "../../security/kth-krb4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"