svn commit: r428464 - head/sysutils/goaccess
John Marino
marino at FreeBSD.org
Tue Dec 13 04:08:58 UTC 2016
Author: marino
Date: Tue Dec 13 04:08:56 2016
New Revision: 428464
URL: https://svnweb.freebsd.org/changeset/ports/428464
Log:
sysutils/goaccess: Document ncurses support plus FLAGS
While here, restore build on DF with USES=alias
Approved by: ncurses blanket
Modified:
head/sysutils/goaccess/Makefile
Modified: head/sysutils/goaccess/Makefile
==============================================================================
--- head/sysutils/goaccess/Makefile Tue Dec 13 03:14:50 2016 (r428463)
+++ head/sysutils/goaccess/Makefile Tue Dec 13 04:08:56 2016 (r428464)
@@ -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
More information about the svn-ports-all
mailing list