diff options
author | windsor <windsor@pkgsrc.org> | 1999-07-12 04:34:23 +0000 |
---|---|---|
committer | windsor <windsor@pkgsrc.org> | 1999-07-12 04:34:23 +0000 |
commit | 99f2f11397e9a92aeaf75e0cb809d1daa42ade9f (patch) | |
tree | e157f789d8c43a45eb306ebc06faca6fc16b4f0f /security/pgp2 | |
parent | b0ce8be46ecc41397c8dd078c29ca1f52716c976 (diff) | |
download | pkgsrc-99f2f11397e9a92aeaf75e0cb809d1daa42ade9f.tar.gz |
rsaref is now 2.0p2
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 c827d85cd44..07d9430aa00 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/05/23 21:12:33 tv Exp $ +# $NetBSD: Makefile,v 1.19 1999/07/12 04:34:23 windsor 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.0p1:../../security/rsaref +DEPENDS+= rsaref-2.0p2:../../security/rsaref RSAINC= -I${PREFIX}/include RSALIBS= -Wl,-R${PREFIX}/lib -L${PREFIX}/lib -lrsaref RSAOBJS= rsaglue2.o |