diff options
author | jlam <jlam> | 2005-10-18 23:26:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-10-18 23:26:56 +0000 |
commit | 24e4bbf05ef42f3b13c3bdb9ee15a16086b4ec51 (patch) | |
tree | 6acb65078e1ec40fd39b9d63d29ab95340df01cd /chat | |
parent | 6d342be70fdc6e991ee5f7efe160dbe5f130b6e1 (diff) | |
download | pkgsrc-24e4bbf05ef42f3b13c3bdb9ee15a16086b4ec51.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')
-rw-r--r-- | chat/tzc/Makefile | 5 |
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" |