diff options
author | tonnerre <tonnerre> | 2008-06-16 20:18:20 +0000 |
---|---|---|
committer | tonnerre <tonnerre> | 2008-06-16 20:18:20 +0000 |
commit | 084fc8f41917387f4d18aaa137fd593c992343af (patch) | |
tree | 5b07eea5a3d97d84aedf61c45fade93f1203b498 /security/openssl/Makefile | |
parent | 44e8ee1c93ee3f3a412bba5c9aac6a271500afa8 (diff) | |
download | pkgsrc-084fc8f41917387f4d18aaa137fd593c992343af.tar.gz |
Fix shared library build on various architectures. This basically fiddles
with the number of colons between the fields.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 55b2f482e8f..d7a8917ed57 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.132 2008/06/03 21:39:40 tonnerre Exp $ +# $NetBSD: Makefile,v 1.133 2008/06/16 20:18:20 tonnerre Exp $ OPENSSL_SNAPSHOT?= # empty OPENSSL_STABLE?= # empty OPENSSL_VERS?= 0.9.8g -PKGREVISION= 1 +PKGREVISION= 2 .if empty(OPENSSL_SNAPSHOT) DISTNAME= openssl-${OPENSSL_VERS} |