diff options
author | abs <abs@pkgsrc.org> | 1999-12-16 12:03:20 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-12-16 12:03:20 +0000 |
commit | 1031a18ae4af0959c9c756e1dcc3d844e9c143f4 (patch) | |
tree | 14b98cedd2f59f63c589481f77e6f9b5ae7f15ed /security | |
parent | 2514942eb5adcb1c8035505644141dd0dbfcf106 (diff) | |
download | pkgsrc-1031a18ae4af0959c9c756e1dcc3d844e9c143f4.tar.gz |
Update depends to rsaref 2.0p3
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/pgp2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 2ba687eeafc..038552ab884 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/11/26 19:14:56 erh Exp $ +# $NetBSD: Makefile,v 1.11 1999/12/16 12:03:21 abs Exp $ # DISTNAME= openssl-0.9.4 @@ -35,7 +35,7 @@ IGNORE= requires shared object support .include "../../mk/bsd.prefs.mk" .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES -DEPENDS= rsaref-2.0p2:../../security/rsaref +DEPENDS= rsaref-2.0p3:../../security/rsaref CONFIGURE_ARGS+= rsaref PLIST_SRC+= pkg/PLIST.rsaref .endif diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 96d386d2776..964a6dd38c0 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/08/18 08:45:19 agc Exp $ +# $NetBSD: Makefile,v 1.21 1999/12/16 12:03:21 abs 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.0p2:../../security/rsaref +DEPENDS+= rsaref-2.0p3:../../security/rsaref RSAINC= -I${PREFIX}/include RSALIBS= -Wl,-R${PREFIX}/lib -L${PREFIX}/lib -lrsaref RSAOBJS= rsaglue2.o |