diff options
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 65fe1bdc3c9..7e59d1b3d11 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2005/12/29 06:22:11 jlam Exp $ +# $NetBSD: Makefile,v 1.113 2006/02/05 23:10:45 joerg Exp $ OPENSSL_SNAPSHOT?= # empty OPENSSL_STABLE?= # empty @@ -24,6 +24,7 @@ MASTER_SITES= ftp://ftp.openssl.org/snapshot/ . endif .endif +PKGREVISION= 1 SVR4_PKGNAME= ossl CATEGORIES= security MAINTAINER= jlam@pkgsrc.org |