aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-12-13 12:08:56 +0800
committermarino <marino@FreeBSD.org>2016-12-13 12:08:56 +0800
commitc440eadc97f96b248e8cea76a13b97366bbadcb6 (patch)
tree97003f42029b6d5b0c7194a6799dde99a28dc8ac
parenta5f876f10f5f1b90bb592bdc37fe9e5e1c24dbfb (diff)
downloadfreebsd-ports-gnome-c440eadc97f96b248e8cea76a13b97366bbadcb6.tar.gz
freebsd-ports-gnome-c440eadc97f96b248e8cea76a13b97366bbadcb6.tar.zst
freebsd-ports-gnome-c440eadc97f96b248e8cea76a13b97366bbadcb6.zip
sysutils/goaccess: Document ncurses support plus FLAGS
While here, restore build on DF with USES=alias Approved by: ncurses blanket
-rw-r--r--sysutils/goaccess/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/goaccess/Makefile b/sysutils/goaccess/Makefile
index afe2ed7aa946..7385ecf8b4d0 100644
--- a/sysutils/goaccess/Makefile
+++ b/sysutils/goaccess/Makefile
@@ -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