diff options
author | abs <abs> | 1999-12-16 12:03:20 +0000 |
---|---|---|
committer | abs <abs> | 1999-12-16 12:03:20 +0000 |
commit | e918ecb446c319323873f9d6c761493f764946e0 (patch) | |
tree | 14b98cedd2f59f63c589481f77e6f9b5ae7f15ed | |
parent | 8262b05db3fb407f3e695c84ffa323864d0caa0c (diff) | |
download | pkgsrc-e918ecb446c319323873f9d6c761493f764946e0.tar.gz |
Update depends to rsaref 2.0p3
-rw-r--r-- | archivers/hpack/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/pgp2/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile index 221f72c74a3..2a92b037155 100644 --- a/archivers/hpack/Makefile +++ b/archivers/hpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/26 17:04:31 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/16 12:03:20 abs Exp $ DISTNAME= hpack79${USE_RSAREF2:S/YES/u/:C/[^u]*//g}src PKGNAME= hpack-0.79 @@ -20,7 +20,7 @@ MAKE_FLAGS= CFLAGS="-c -DBSD386 -D__UNIX__ -DPREFIX=\\\"${PREFIX}\\\" -I. ${CFLA .include "../../mk/bsd.prefs.mk" .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES -DEPENDS+= rsaref-2.0p2:../../security/rsaref +DEPENDS+= rsaref-2.0p3:../../security/rsaref LDFLAGS+= -L${LOCALBASE}/lib -lrsaref CFLAGS+= -I${LOCALBASE}/include -DRSAREF .endif 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 |