aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-11 08:23:13 +0800
committermarino <marino@FreeBSD.org>2016-09-11 08:23:13 +0800
commit82f92f895d2ac0f5bae8c6feba882654e9eff7f0 (patch)
tree297ee590da0f59ab5cd31e040fcff85f8ddf6ce6
parent292873a2cf0bd8b6c8490c2e4072c45db9cccaaf (diff)
downloadfreebsd-ports-gnome-82f92f895d2ac0f5bae8c6feba882654e9eff7f0.tar.gz
freebsd-ports-gnome-82f92f895d2ac0f5bae8c6feba882654e9eff7f0.tar.zst
freebsd-ports-gnome-82f92f895d2ac0f5bae8c6feba882654e9eff7f0.zip
net/dtcpclient: document SSL requirement and add SSL flags
Approved by: SSL blanket
-rw-r--r--net/dtcpclient/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile
index ff5bbac5bf5b..d7a4e0da4592 100644
--- a/net/dtcpclient/Makefile
+++ b/net/dtcpclient/Makefile
@@ -2,7 +2,6 @@
PORTNAME= dtcpclient
PORTVERSION= 20151002
-#PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/
@@ -11,8 +10,10 @@ COMMENT= Dynamic Tunnel Configuration Protocol client
LICENSE= BSD2CLAUSE
-USES= uidfix
+USES= ssl uidfix
USE_RC_SUBR= dtcpclient
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
PLIST_FILES= man/man8/dtcpclient.8.gz \
sbin/dtcpclient \