aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/createtorrent
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-10 23:32:55 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-10 23:32:55 +0000
commit239a0c08703c0b3821eb95049f1239f5a7177be0 (patch)
tree4eec967c858837b27fbe537b64171144e5efbc7b /net-p2p/createtorrent
parent7a8cbba4d137157df8dfcf9a15cd4820c381e551 (diff)
downloadports-239a0c08703c0b3821eb95049f1239f5a7177be0.tar.gz
ports-239a0c08703c0b3821eb95049f1239f5a7177be0.zip
net-p2p/createtorrent: Add SSL build flags
Approved by: SSL blanket
Notes
Notes: svn path=/head/; revision=421757
Diffstat (limited to 'net-p2p/createtorrent')
-rw-r--r--net-p2p/createtorrent/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/createtorrent/Makefile b/net-p2p/createtorrent/Makefile
index 6c334fa333fe..07ac3f174c91 100644
--- a/net-p2p/createtorrent/Makefile
+++ b/net-p2p/createtorrent/Makefile
@@ -11,8 +11,10 @@ COMMENT= Create BitTorrent files from the command line
LICENSE= GPLv2
+USES= ssl
GNU_CONFIGURE= yes
-USE_OPENSSL= yes
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
PLIST_FILES= bin/createtorrent