diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 17:30:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 17:30:52 +0800 |
commit | e1af39545ff62d56ee462070c79c6f7c92df09a9 (patch) | |
tree | 7ea2883b35295cfbab1d75343532cdd7155a52bf | |
parent | 81bf2427fbca0e9135ae34bd772719e9bc0fdcbf (diff) | |
download | freebsd-ports-gnome-e1af39545ff62d56ee462070c79c6f7c92df09a9.tar.gz freebsd-ports-gnome-e1af39545ff62d56ee462070c79c6f7c92df09a9.tar.zst freebsd-ports-gnome-e1af39545ff62d56ee462070c79c6f7c92df09a9.zip |
irc/ninja: USES+= ncurses
-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 |