summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-23 21:12:33 +0000
committertv <tv@pkgsrc.org>1999-05-23 21:12:33 +0000
commitd1f69420070672ebd96df22c885df1de12f3b2e3 (patch)
tree0f99e105068664890da578226b8ce31bf512f945 /security
parente7e9b546fd539ccf4bdde9dff5b88a2399aa36f0 (diff)
downloadpkgsrc-d1f69420070672ebd96df22c885df1de12f3b2e3.tar.gz
Update rsaref dependency to 2.0p1.
Diffstat (limited to 'security')
-rw-r--r--security/pgp2/Makefile4
-rw-r--r--security/ssh/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index 25e9337edcd..c827d85cd44 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/04/05 17:14:13 mycroft Exp $
+# $NetBSD: Makefile,v 1.18 1999/05/23 21:12:33 tv Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
@@ -15,7 +15,7 @@ HOMEPAGE= http://www.pgpi.com/
.if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES
PKGNAME= pgp-2.6.3a
-DEPENDS+= rsaref-2.0:../../security/rsaref
+DEPENDS+= rsaref-2.0p1:../../security/rsaref
RSAINC= -I${PREFIX}/include
RSALIBS= -Wl,-R${PREFIX}/lib -L${PREFIX}/lib -lrsaref
RSAOBJS= rsaglue2.o
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 4c652cc46f5..60255650754 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 1999/05/16 15:02:22 tron Exp $
+# $NetBSD: Makefile,v 1.46 1999/05/23 21:12:33 tv Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --with-etcdir=${SSH_CONF_DIR} --with-libwrap
#CONFIGURE_ARGS+= --with-none
.if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES
-DEPENDS+= rsaref-2.0:../../security/rsaref
+DEPENDS+= rsaref-2.0p1:../../security/rsaref
CONFIGURE_ARGS+= --with-rsaref="${LOCALBASE}/lib"
CONFIGURE_ENV+= LDFLAGS="-Wl,-R${LOCALBASE}/lib"
CFLAGS+= -I${LOCALBASE}/include