summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-02-19 04:20:00 +0000
committerdinoex <dinoex@FreeBSD.org>2003-02-19 04:20:00 +0000
commit2f4950d4cb92c7f5d6501734218459fd7912f8e2 (patch)
treeea6a571d4180d574aedfd42f699b61614a1e1957 /security
parent5e4f14e2b23954a2518df3b89f50bfd546e1b9b0 (diff)
downloadFreeBSD-ports-2f4950d4cb92c7f5d6501734218459fd7912f8e2.zip
FreeBSD-ports-2f4950d4cb92c7f5d6501734218459fd7912f8e2.tar.gz
- keep using the openssl port if its installed
bento does temporay has this conflict, as INDEX don't match dependencies.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/Makefile.ssl b/security/openssl/Makefile.ssl
index dd5f82e..bfec606 100644
--- a/security/openssl/Makefile.ssl
+++ b/security/openssl/Makefile.ssl
@@ -23,12 +23,13 @@
# LIB_DEPENDS - are added if needed
# if no preference was set, check for an up to date base version
+# but give an installed port preference over it.
.if !defined(USE_OPENSSL_BASE) && \
!defined(USE_OPENSSL_BETA) && \
!defined(USE_OPENSSL_PORT)
# 4.7-STABLE has 0.9.7 after 2003-02-14
# 5.0-CURRENT has 0.9.7 after 2003-01-28, 500100 was bumped at 2003-01-23
-.if exists(/usr/lib/libcrypto.so.3)
+.if exists(/usr/lib/libcrypto.so.3) && !exists(${LOCALBASE}/lib/libcrypto.so)
USE_OPENSSL_BASE=yes
.endif
.endif
OpenPOWER on IntegriCloud