diff options
author | tv <tv@pkgsrc.org> | 1999-05-23 21:12:33 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-23 21:12:33 +0000 |
commit | d1f69420070672ebd96df22c885df1de12f3b2e3 (patch) | |
tree | 0f99e105068664890da578226b8ce31bf512f945 /security/pgp2 | |
parent | e7e9b546fd539ccf4bdde9dff5b88a2399aa36f0 (diff) | |
download | pkgsrc-d1f69420070672ebd96df22c885df1de12f3b2e3.tar.gz |
Update rsaref dependency to 2.0p1.
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |