diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-01 22:33:44 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-01 22:33:44 +0000 |
commit | 5c73e56d904aa87424074cfa96e804b35e9581fa (patch) | |
tree | cbcc70beafad4463cfcc479685cd2594393ba634 /irc | |
parent | fa995361f202c2ad388af4ab326efad15b9411c1 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index ea9c88b3b570..352930985d6a 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -14,7 +14,7 @@ COMMENT= Feature-rich scriptable IRC client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= cpe gmake +USES= cpe gmake ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \ --bindir="${PREFIX}/bin" \ |