diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 10:08:45 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 10:08:45 +0800 |
commit | 86c6e10d3deef93f5d6f8c8cc6d2910f8cd9cc48 (patch) | |
tree | 51ca1eb9efa5d947d93be44931bf203bbfe2246e /security | |
parent | 69fb1a8dd5f553b96c0e190393065b140ea4dc6d (diff) | |
download | freebsd-ports-gnome-86c6e10d3deef93f5d6f8c8cc6d2910f8cd9cc48.tar.gz freebsd-ports-gnome-86c6e10d3deef93f5d6f8c8cc6d2910f8cd9cc48.tar.zst freebsd-ports-gnome-86c6e10d3deef93f5d6f8c8cc6d2910f8cd9cc48.zip |
security/libpwstor: Document SSL requirement
Diffstat (limited to 'security')
-rw-r--r-- | security/libpwstor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libpwstor/Makefile b/security/libpwstor/Makefile index 58a3953a1c13..1be0b5d4b753 100644 --- a/security/libpwstor/Makefile +++ b/security/libpwstor/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Password storage library for C programmers -USES= tar:bzip2 +USES= ssl tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes |