diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
commit | 6ca92592d58fba5e5954c7325043d1b4d6b26646 (patch) | |
tree | 289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /security/ophcrack | |
parent | 838bfabea59c3c6d88886bbf7417b92f560c5481 (diff) |
Notes
Diffstat (limited to 'security/ophcrack')
-rw-r--r-- | security/ophcrack/Makefile | 2 |
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 |