aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2011-08-11 22:18:57 +0800
committerdanfe <danfe@FreeBSD.org>2011-08-11 22:18:57 +0800
commit3b70e2a19b8ba98ccc7a671212e4ff3d4203bc1b (patch)
treeb868ef5de605dfe0842e5a5157555be36e7bfea2 /security
parent31104d5db33821f3920dc0593cc36fb0088c9f12 (diff)
downloadfreebsd-ports-gnome-3b70e2a19b8ba98ccc7a671212e4ff3d4203bc1b.tar.gz
freebsd-ports-gnome-3b70e2a19b8ba98ccc7a671212e4ff3d4203bc1b.tar.zst
freebsd-ports-gnome-3b70e2a19b8ba98ccc7a671212e4ff3d4203bc1b.zip
Remove now longer applicable warning and enable graph option by default as
qt-designer plugin was split some time ago; add LICENSE (GPLv2).
Diffstat (limited to 'security')
-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