svn commit: r421659 - head/sysutils/pwsafe

John Marino marino at FreeBSD.org
Sat Sep 10 04:05:05 UTC 2016


Author: marino
Date: Sat Sep 10 04:05:04 2016
New Revision: 421659
URL: https://svnweb.freebsd.org/changeset/ports/421659

Log:
  sysutils/pwsafe: document SSL requirement
  
  Approved by:	SSL blanket

Modified:
  head/sysutils/pwsafe/Makefile

Modified: head/sysutils/pwsafe/Makefile
==============================================================================
--- head/sysutils/pwsafe/Makefile	Sat Sep 10 04:01:42 2016	(r421658)
+++ head/sysutils/pwsafe/Makefile	Sat Sep 10 04:05:04 2016	(r421659)
@@ -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


More information about the svn-ports-head mailing list