Date: Sun, 11 Sep 2016 00:23:13 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421762 - head/net/dtcpclient Message-ID: <201609110023.u8B0NDjx097570@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Sep 11 00:23:13 2016 New Revision: 421762 URL: https://svnweb.freebsd.org/changeset/ports/421762 Log: net/dtcpclient: document SSL requirement and add SSL flags Approved by: SSL blanket Modified: head/net/dtcpclient/Makefile Modified: head/net/dtcpclient/Makefile ============================================================================== --- head/net/dtcpclient/Makefile Sun Sep 11 00:19:19 2016 (r421761) +++ head/net/dtcpclient/Makefile Sun Sep 11 00:23:13 2016 (r421762) @@ -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 Pr 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110023.u8B0NDjx097570>