diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 21:41:47 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 21:41:47 +0800 |
commit | 348f0eaad9289a33c19266c0e2efba29c3007961 (patch) | |
tree | d9dba249dbedb51d1105ae0935e23d3542c25d6b /security/vnccrack | |
parent | 3fddab8f8a74c459ba675c882eb8369c5a9975f5 (diff) | |
download | freebsd-ports-gnome-348f0eaad9289a33c19266c0e2efba29c3007961.tar.gz freebsd-ports-gnome-348f0eaad9289a33c19266c0e2efba29c3007961.tar.zst freebsd-ports-gnome-348f0eaad9289a33c19266c0e2efba29c3007961.zip |
security/vnccrack: Document SSL requirement and set its flags
Approved by: SSL blanket
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 |