summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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