aboutsummaryrefslogtreecommitdiff
path: root/sysutils/goaccess
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-12-13 04:08:56 +0000
committerJohn Marino <marino@FreeBSD.org>2016-12-13 04:08:56 +0000
commit32d6716bc5535fd47fb31f776969d0ed5ac37725 (patch)
tree97003f42029b6d5b0c7194a6799dde99a28dc8ac /sysutils/goaccess
parent3e8dce0c2052dfba1205672b2e3524fcd4add186 (diff)
downloadports-32d6716bc5535fd47fb31f776969d0ed5ac37725.tar.gz
ports-32d6716bc5535fd47fb31f776969d0ed5ac37725.zip
Notes
Diffstat (limited to 'sysutils/goaccess')
-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