diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-10 04:05:04 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-10 04:05:04 +0000 |
commit | 777d22138c86cf6216ad013efc894b7eeeeb0d09 (patch) | |
tree | 9d0eee3f85346ee07248cd77162711efed41e89a /sysutils/pwsafe | |
parent | 0f9a13a73ba4322a0383284d3ec139171639cfe8 (diff) | |
download | freebsd-ports-777d22138c86cf6216ad013efc894b7eeeeb0d09.zip |
sysutils/pwsafe: document SSL requirement
Approved by: SSL blanket
Diffstat (limited to 'sysutils/pwsafe')
-rw-r--r-- | sysutils/pwsafe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pwsafe/Makefile b/sysutils/pwsafe/Makefile index 4879904da684..827d1fc25354 100644 --- a/sysutils/pwsafe/Makefile +++ b/sysutils/pwsafe/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 OPTIONS_DEFINE= SETUID X11 SETUID_DESC= Install setuid pwsafe binary -USES= gmake readline +USES= gmake readline ssl GNU_CONFIGURE= yes PLIST_FILES= bin/pwsafe man/man1/pwsafe.1.gz |