Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 23:32:55 +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: r421757 - head/net-p2p/createtorrent
Message-ID:  <201609102332.u8ANWt8S078273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Sep 10 23:32:55 2016
New Revision: 421757
URL: https://svnweb.freebsd.org/changeset/ports/421757

Log:
  net-p2p/createtorrent: Add SSL build flags
  
  Approved by:	SSL blanket

Modified:
  head/net-p2p/createtorrent/Makefile

Modified: head/net-p2p/createtorrent/Makefile
==============================================================================
--- head/net-p2p/createtorrent/Makefile	Sat Sep 10 23:28:48 2016	(r421756)
+++ head/net-p2p/createtorrent/Makefile	Sat Sep 10 23:32:55 2016	(r421757)
@@ -11,8 +11,10 @@ COMMENT=	Create BitTorrent files from th
 
 LICENSE=	GPLv2
 
+USES=		ssl
 GNU_CONFIGURE=	yes
-USE_OPENSSL=	yes
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 PLIST_FILES=	bin/createtorrent
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609102332.u8ANWt8S078273>