summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-03-15 19:39:21 +0000
committerdinoex <dinoex@FreeBSD.org>2002-03-15 19:39:21 +0000
commit5342d0854f4686c3dd72fffe5970ee48e6300a0d (patch)
treed2e0c84ab3ed53caf975521dfdabcf2a02f43cda /security
parent886f82dfc526c800c182d4281727fcd309c2a34f (diff)
downloadFreeBSD-ports-5342d0854f4686c3dd72fffe5970ee48e6300a0d.zip
FreeBSD-ports-5342d0854f4686c3dd72fffe5970ee48e6300a0d.tar.gz
Fixed Build in 4.2
Add correct Version of OPENSSL in dependencies if older than 4.3 (bsd.ports.mk) is still not sufficent.
Diffstat (limited to 'security')
-rw-r--r--security/hpn-ssh/Makefile14
-rw-r--r--security/openssh-portable/Makefile14
2 files changed, 26 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile
index 940730c7..cfe8163 100644
--- a/security/hpn-ssh/Makefile
+++ b/security/hpn-ssh/Makefile
@@ -77,4 +77,16 @@ pre-configure:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 430000
+OPENSSLBASE= /usr/local
+OPENSSLDIR= ${OPENSSLBASE}/openssl
+LIB_DEPENDS+= crypto.2:${PORTSDIR}/security/openssl
+OPENSSLLIB= ${OPENSSLBASE}/lib
+OPENSSLINC= ${OPENSSLBASE}/include
+MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \
+ OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 940730c7..cfe8163 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -77,4 +77,16 @@ pre-configure:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 430000
+OPENSSLBASE= /usr/local
+OPENSSLDIR= ${OPENSSLBASE}/openssl
+LIB_DEPENDS+= crypto.2:${PORTSDIR}/security/openssl
+OPENSSLLIB= ${OPENSSLBASE}/lib
+OPENSSLINC= ${OPENSSLBASE}/include
+MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \
+ OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR}
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud