svn commit: r521683 - head/sysutils/goaccess
Antoine Brodin
antoine at FreeBSD.org
Wed Jan 1 08:19:37 UTC 2020
Author: antoine
Date: Wed Jan 1 08:19:36 2020
New Revision: 521683
URL: https://svnweb.freebsd.org/changeset/ports/521683
Log:
Revert r521007 and unbreak
Reported by: pkg-fallout
Modified:
head/sysutils/goaccess/Makefile
Modified: head/sysutils/goaccess/Makefile
==============================================================================
--- head/sysutils/goaccess/Makefile Wed Jan 1 08:08:10 2020 (r521682)
+++ head/sysutils/goaccess/Makefile Wed Jan 1 08:19:36 2020 (r521683)
@@ -18,8 +18,8 @@ INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= alias compiler:c11 pkgconfig ncurses
-CFLAGS+= -I${NCURSESINC}
-LDFLAGS+= -L${NCURSESLIB}
+CFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include
+LDFLAGS+= -L${NCURSESLIB} -L${LOCALBASE}/lib
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO
@@ -46,9 +46,6 @@ TOKYOCABINET_BTREE_CONFIGURE_ON= --enable-tcb=btree
TOKYOCABINET_MHASH_CONFIGURE_ON= --enable-tcb=memhash
TOKYOCABINET_BTREE_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
TOKYOCABINET_MHASH_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
-
-post-patch:
- @${REINPLACE_CMD} -e "s/=ncursesw/=${NCURSES_IMPL}/g" ${WRKSRC}/configure
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list