summaryrefslogtreecommitdiff
path: root/security/ophcrack
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-08-11 14:18:57 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-08-11 14:18:57 +0000
commit31ddc7b10d5b137de999dbfd993a44cc8ccc8d8e (patch)
tree0a4072b2798b8d7fbe50a933804a4e83e2ef3eb4 /security/ophcrack
parent- Unbreak on 9.x (diff)
Remove now longer applicable warning and enable graph option by default as
qt-designer plugin was split some time ago; add LICENSE (GPLv2).
Notes
Notes: svn path=/head/; revision=279494
Diffstat (limited to 'security/ophcrack')
-rw-r--r--security/ophcrack/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ophcrack/Makefile b/security/ophcrack/Makefile
index fcc08daef47a..0df4ccda517c 100644
--- a/security/ophcrack/Makefile
+++ b/security/ophcrack/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= SF
MAINTAINER= danfe@FreeBSD.org
COMMENT= Windows password cracker based on rainbow tables
+LICENSE= GPLv2
+
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -22,7 +24,7 @@ PLIST_FILES= bin/ophcrack
PORTDOCS= *
OPTIONS= GUI "Build GUI frontend (Qt4)" on \
- GRAPH "Enable graph rendering with Qwt" off \
+ GRAPH "Enable graph rendering with Qwt" on \
DEBUG "Make debug build" off
.include <bsd.port.options.mk>
@@ -34,7 +36,6 @@ QT_COMPONENTS= moc_build qmake_build rcc_build uic_build corelib gui
CONFIGURE_ARGS+= --disable-gui
.endif
-# Enable with care, will pull Qt Designer by default, which is pretty heavy
.if defined(WITH_GRAPH)
LIB_DEPENDS= qwt.5:${PORTSDIR}/x11-toolkits/qwt5
.else