aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-13 01:48:59 +0800
committermarino <marino@FreeBSD.org>2016-09-13 01:48:59 +0800
commit4e9770251d8f52d80500ed92bd66574e1064b6d7 (patch)
tree491fe900964db0f3334cf283e3398a5c02ecc48f /security
parentf733494375733e68d7ed40c9250c4b0c12c19927 (diff)
downloadfreebsd-ports-gnome-4e9770251d8f52d80500ed92bd66574e1064b6d7.tar.gz
freebsd-ports-gnome-4e9770251d8f52d80500ed92bd66574e1064b6d7.tar.zst
freebsd-ports-gnome-4e9770251d8f52d80500ed92bd66574e1064b6d7.zip
security/starttls: Add support for any SSL base
Approved by: SSL blanket
Diffstat (limited to 'security')
-rw-r--r--security/starttls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/starttls/Makefile b/security/starttls/Makefile
index 9d8a78c150d6..d8f5bc7420a7 100644
--- a/security/starttls/Makefile
+++ b/security/starttls/Makefile
@@ -10,8 +10,8 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Simple wrapper program for STARTTLS on ${EMACS_PORT_NAME}
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake ssl
USE_EMACS= yes
-USE_OPENSSL= yes
+CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE}
.include <bsd.port.mk>