diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 07:32:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 07:32:55 +0800 |
commit | e96b194216455f2c98c4be56f23d322ee4652d85 (patch) | |
tree | 4eec967c858837b27fbe537b64171144e5efbc7b /net-p2p | |
parent | f0a550a427cd647fb233aad7fd962ba06a28c53c (diff) | |
download | freebsd-ports-gnome-e96b194216455f2c98c4be56f23d322ee4652d85.tar.gz freebsd-ports-gnome-e96b194216455f2c98c4be56f23d322ee4652d85.tar.zst freebsd-ports-gnome-e96b194216455f2c98c4be56f23d322ee4652d85.zip |
net-p2p/createtorrent: Add SSL build flags
Approved by: SSL blanket
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/createtorrent/Makefile | 4 |
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 |