diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 07:36:04 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 07:36:04 +0800 |
commit | 506a615716df25dac6916c26879b96466e069187 (patch) | |
tree | 538060ece6eabd2c6c4af902172d4366c7bbc627 /net-p2p | |
parent | e96b194216455f2c98c4be56f23d322ee4652d85 (diff) | |
download | freebsd-ports-gnome-506a615716df25dac6916c26879b96466e069187.tar.gz freebsd-ports-gnome-506a615716df25dac6916c26879b96466e069187.tar.zst freebsd-ports-gnome-506a615716df25dac6916c26879b96466e069187.zip |
net-p2p/libpdtp: document SSL requirement
Approved by: SSL blanket
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libpdtp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/libpdtp/Makefile b/net-p2p/libpdtp/Makefile index 5732b795f178..92c06260a5c1 100644 --- a/net-p2p/libpdtp/Makefile +++ b/net-p2p/libpdtp/Makefile @@ -12,6 +12,7 @@ COMMENT= Client library for Peer Distributed Transfer Protocol (PDTP) LICENSE= BSD3CLAUSE +USES= ssl WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes USE_LDCONFIG= yes |