diff options
Diffstat (limited to 'chat/zephyr-current')
-rw-r--r-- | chat/zephyr-current/DESCR | 2 | ||||
-rw-r--r-- | chat/zephyr-current/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chat/zephyr-current/DESCR b/chat/zephyr-current/DESCR index a91eb85239c..b7edb9574a3 100644 --- a/chat/zephyr-current/DESCR +++ b/chat/zephyr-current/DESCR @@ -1,5 +1,5 @@ This is the Project Athena Zephyr notification system 2001/05/28 -snapshot. +snapshot. Zephyr allows users to send messages to other users or to groups of users. Users can view incoming Zephyr messages as windowgrams diff --git a/chat/zephyr-current/Makefile b/chat/zephyr-current/Makefile index 0d0c9a3ccbd..7c39412be19 100644 --- a/chat/zephyr-current/Makefile +++ b/chat/zephyr-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/29 12:40:19 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/06 17:40:39 jmmv Exp $ # DISTNAME= zephyr-20010518 @@ -14,7 +14,7 @@ USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_X11= YES -# N.B. the following assume NetBSD-only. +# N.B. the following assume NetBSD-only. CPPFLAGS+= -I/usr/include/kerberosIV -I/usr/include/krb5 LDFLAGS+= -lroken -lcrypto -lcom_err -ledit -lcurses CONFIGURE_ARGS+="--with-krb4" |