diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-08-11 14:18:57 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-08-11 14:18:57 +0000 |
commit | 31ddc7b10d5b137de999dbfd993a44cc8ccc8d8e (patch) | |
tree | 0a4072b2798b8d7fbe50a933804a4e83e2ef3eb4 /security | |
parent | 7fe549e4358a5ec168b82523da05e2c1acfcc2d1 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ophcrack/Makefile | 5 |
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 |