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:
parent
3e8dce0c20
commit
32d6716bc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428464
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue