aboutsummaryrefslogtreecommitdiff
path: root/security/ophcrack
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:44:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:44:04 +0000
commit6ca92592d58fba5e5954c7325043d1b4d6b26646 (patch)
tree289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /security/ophcrack
parent838bfabea59c3c6d88886bbf7417b92f560c5481 (diff)
downloadports-6ca92592d58fba5e5954c7325043d1b4d6b26646.tar.gz
ports-6ca92592d58fba5e5954c7325043d1b4d6b26646.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362053
Diffstat (limited to 'security/ophcrack')
-rw-r--r--security/ophcrack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ophcrack/Makefile b/security/ophcrack/Makefile
index 346b6cde2c3b..56261e5d5cdc 100644
--- a/security/ophcrack/Makefile
+++ b/security/ophcrack/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --disable-gui
.endif
.if ${PORT_OPTIONS:MGRAPH}
-LIB_DEPENDS+= qwt:${PORTSDIR}/x11-toolkits/qwt5
+LIB_DEPENDS+= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5
.else
CONFIGURE_ARGS+= --disable-graph
.endif