summaryrefslogtreecommitdiff
path: root/security/srp_client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r--security/srp_client/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index 271f694527e..93cef3207a6 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/05 09:01:03 tron Exp $
+# $NetBSD: Makefile,v 1.11 2001/02/17 17:50:08 wiz Exp $
#
DISTNAME= srp-1.4.4
@@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.win.or.jp/pub/network/security/srp/
MAINTAINER= jlam@netbsd.org
#HOMEPAGE= http://srp.stanford.edu/srp/
+COMMENT= client programs using Secure Remote Password protocol
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake