diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-11 13:41:47 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-11 13:41:47 +0000 |
commit | fa437990fa7dcb6d61fdb36e93df03ebb325c9e4 (patch) | |
tree | d9dba249dbedb51d1105ae0935e23d3542c25d6b /security/vnccrack | |
parent | 1e75411b86cf8686953f6eef83ea5f6487cc0b47 (diff) |
security/vnccrack: Document SSL requirement and set its flags
Approved by: SSL blanket
Notes
Notes:
svn path=/head/; revision=421818
Diffstat (limited to 'security/vnccrack')
-rw-r--r-- | security/vnccrack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/vnccrack/Makefile b/security/vnccrack/Makefile index 61f8b29c7e5f..85bee60097f8 100644 --- a/security/vnccrack/Makefile +++ b/security/vnccrack/Makefile @@ -6,13 +6,14 @@ PORTVERSION= 1.0.0 CATEGORIES= security MASTER_SITES= http://files.randombit.net/vnccrack/ DISTNAME= VNCcrack-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= pankov_p@mail.ru COMMENT= Fast offline password cracker for VNC passwords +USES= ssl tar:tgz GNU_CONFIGURE= yes -USE_OPENSSL= yes +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} SUB_FILES+= pkg-message |