diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 09:30:52 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 09:30:52 +0000 |
commit | 68c3e910530b5028d135bdbf7ea20f8af8194d01 (patch) | |
tree | 7ea2883b35295cfbab1d75343532cdd7155a52bf /irc/ninja | |
parent | 49f2ca352a858105bddeb89ee15da061745a41a9 (diff) | |
download | ports-68c3e910530b5028d135bdbf7ea20f8af8194d01.tar.gz ports-68c3e910530b5028d135bdbf7ea20f8af8194d01.zip |
Notes
Diffstat (limited to 'irc/ninja')
-rw-r--r-- | irc/ninja/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index 08bfde8edd6f..69ef1d2c3e78 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Another ircII based irc client +USES= ncurses WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes |