aboutsummaryrefslogtreecommitdiff
path: root/net/ssltunnel-server
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
commitc88aaf5c891059139a97c6a9da40fb5cbe102634 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /net/ssltunnel-server
parent11c750925ed8e4b886a43e45df089896dd23e6f5 (diff)
Notes
Diffstat (limited to 'net/ssltunnel-server')
-rw-r--r--net/ssltunnel-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ssltunnel-server/Makefile b/net/ssltunnel-server/Makefile
index b1b2ed198a18..c3d98026cdc0 100644
--- a/net/ssltunnel-server/Makefile
+++ b/net/ssltunnel-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ssltunnel
PORTVERSION= 1.18
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.hsc.fr/ressources/outils/ssltunnel/download/
PKGNAMESUFFIX= -server
@@ -21,6 +21,7 @@ USE_RC_SUBR= ${PORTNAME}
SUB_FILES+= pkg-message
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-client
+USE_OPENSSL= yes
.include <bsd.port.options.mk>