sysutils/goaccess: Document ncurses support plus FLAGS

While here, restore build on DF with USES=alias

Approved by:	ncurses blanket
This commit is contained in:
John Marino 2016-12-13 04:08:56 +00:00
parent 3e8dce0c20
commit 32d6716bc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428464

View file

@ -16,10 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= pkgconfig
USES= alias pkgconfig ncurses
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include
LDFLAGS+= -L${NCURSESLIB} -L${LOCALBASE}/lib
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO