diff options
author | tron <tron> | 2014-02-12 23:23:17 +0000 |
---|---|---|
committer | tron <tron> | 2014-02-12 23:23:17 +0000 |
commit | 15ab7990a98cdb2c9957804e5002de348ca57d5c (patch) | |
tree | bef01c2ce591b3ce9377c50411930eb1be614063 /security | |
parent | d15f42ccbfdb2ef76ae11e8aced6e030f0d35fb3 (diff) | |
download | pkgsrc-15ab7990a98cdb2c9957804e5002de348ca57d5c.tar.gz |
Undo undesired ABI version bump done by "blbump" script.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/buildlink3.mk b/security/openssl/buildlink3.mk index 0c1b400ffaf..ce17203c552 100644 --- a/security/openssl/buildlink3.mk +++ b/security/openssl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.48 2014/02/12 23:16:21 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.49 2014/02/12 23:23:17 tron Exp $ BUILDLINK_TREE+= openssl @@ -8,7 +8,7 @@ OPENSSL_BUILDLINK3_MK:= . include "../../mk/bsd.fast.prefs.mk" BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.1c -BUILDLINK_ABI_DEPENDS.openssl+= openssl>=1.0.1fnb1 +BUILDLINK_ABI_DEPENDS.openssl+= openssl>=1.0.1c BUILDLINK_PKGSRCDIR.openssl?= ../../security/openssl # Ensure that -lcrypt comes before -lcrypto when linking so that the |