aboutsummaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-01-08 17:36:07 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-01-08 17:36:07 +0000
commitf8e4e0cf2e3f432ad168d63a234b9199c3f5d5d7 (patch)
tree5eaba1ded87b03c292d389957c6ddfd4470f7116 /security/openssl
parent354438e396d52aa24b1375f0bffbbfe2c26fcd19 (diff)
downloadports-f8e4e0cf2e3f432ad168d63a234b9199c3f5d5d7.tar.gz
ports-f8e4e0cf2e3f432ad168d63a234b9199c3f5d5d7.zip
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 402e7d85fa3b..b502e22bab66 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -834,6 +834,16 @@ INSTALLS_SHLIB= yes
.endif
.if defined(OPENSSL_OVERWRITE_BASE)
+.if exists(/lib/libcrypto.so)
+pre-everything::
+ @${ECHO_CMD} "#"
+ @${ECHO_CMD} "# this ports does not support the dynamic root"
+ @${ECHO_CMD} "# please undefine OPENSSL_OVERWRITE_BASE"
+ @${ECHO_CMD} "# and use WITH_OPENSSL_PORT=yes instead."
+ @${ECHO_CMD} "#"
+ @${FALSE}
+
+.endif
PKGNAMESUFFIX= -overwrite-base
PREFIX= /usr
OPENSSLDIR= /etc/ssl