diff options
author | marino <marino@FreeBSD.org> | 2016-02-02 06:33:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-02 06:33:44 +0800 |
commit | 1f4fb5cf9fe5bf63dbedf1c46dc50dddcfad452e (patch) | |
tree | cbcc70beafad4463cfcc479685cd2594393ba634 /irc/bitchx | |
parent | 7b2ca48f71660bc3207779c915edcfbe4dfb6114 (diff) | |
download | freebsd-ports-gnome-1f4fb5cf9fe5bf63dbedf1c46dc50dddcfad452e.tar.gz freebsd-ports-gnome-1f4fb5cf9fe5bf63dbedf1c46dc50dddcfad452e.tar.zst freebsd-ports-gnome-1f4fb5cf9fe5bf63dbedf1c46dc50dddcfad452e.zip |
irc/bitchx: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'irc/bitchx')
-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" \ |