From 31ddc7b10d5b137de999dbfd993a44cc8ccc8d8e Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 11 Aug 2011 14:18:57 +0000 Subject: Remove now longer applicable warning and enable graph option by default as qt-designer plugin was split some time ago; add LICENSE (GPLv2). --- security/ophcrack/Makefile | 5 +++-- 1 file 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 @@ -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 -- cgit v1.2.3