svn commit: r421757 - head/net-p2p/createtorrent

John Marino marino at FreeBSD.org
Sat Sep 10 23:32:57 UTC 2016


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
 


More information about the svn-ports-head mailing list