summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 02:10:08 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 02:10:08 +0000
commita64fd15432b1d1eb4a9bbdd56ea18f71ab889cd7 (patch)
tree317ef97cfd0455498973a4c759987e25766c78bf /security
parentAdd Dialup Users List from vix.com. (diff)
Allow this to build again inside and outside the US.
PR: 11237
Notes
Notes: svn path=/head/; revision=18362
Diffstat (limited to 'security')
-rw-r--r--security/stunnel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 80a483bba6c4..e8a6cd38ac9b 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Jan 11 11:53:54 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id: Makefile,v 1.2 1999/01/27 21:57:23 billf Exp $
+# $Id: Makefile,v 1.3 1999/03/29 14:54:37 dirk Exp $
#
DISTNAME= stunnel-2.1
@@ -19,7 +19,11 @@ BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \
${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \
${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl
RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl
+
+.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
+MAKE_ENV+= EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
+.endif
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/stunnel