diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-02-12 11:39:09 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-02-12 11:39:09 +0800 |
commit | c1c3d27b29e814605e1883fc2b9dd7a060a4278a (patch) | |
tree | 23d0c17e833eb4880661df4ceb4d890b2a4442d5 /security | |
parent | aa7ab2067033c642574b28859f07f9da1e3cfae6 (diff) | |
download | freebsd-ports-gnome-c1c3d27b29e814605e1883fc2b9dd7a060a4278a.tar.gz freebsd-ports-gnome-c1c3d27b29e814605e1883fc2b9dd7a060a4278a.tar.zst freebsd-ports-gnome-c1c3d27b29e814605e1883fc2b9dd7a060a4278a.zip |
- use USE_LDCONFIG
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 6f31810316d9..45faa3106f49 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -916,7 +916,7 @@ PLIST_SUB+= SHARED="" EXTRACONFIGURE+= shared MAKE_ENV+= SHLIBVER=${OPENSSL_SHLIBVER} PLIST_SUB+= SHLIBVER=${OPENSSL_SHLIBVER} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .endif .if defined(WITH_OPENSSL_COMPRESSION) |