summaryrefslogtreecommitdiff
path: root/security/srp_client
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-08-23 23:27:58 +0000
committerwiz <wiz@pkgsrc.org>2000-08-23 23:27:58 +0000
commit8e17524951c3bb159678ebfd4970f63ce2c5294b (patch)
treead91c9b5b7f0d007ecb8c2835b408d75bf87b0fc /security/srp_client
parentc622502389ff6bec2253f10e2f03822185e9441e (diff)
downloadpkgsrc-8e17524951c3bb159678ebfd4970f63ce2c5294b.tar.gz
add BUILD dependency on autoconf & -make
Diffstat (limited to 'security/srp_client')
-rw-r--r--security/srp_client/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index 2f7f31f5a2f..4367ce96fa3 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/08/23 23:24:07 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2000/08/23 23:27:58 wiz Exp $
#
DISTNAME= srp-1.4.4
@@ -16,6 +16,8 @@ MASTER_SITES= ftp://paris.arcot.com/pub/srp/ \
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://srp.stanford.edu/srp/
+BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= automake:../../devel/automake
DEPENDS+= gmp>=2.0.2:../../devel/gmp
RESTRICTED= "Crypto; export-controlled"