Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 04:08:57 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428464 - head/sysutils/goaccess
Message-ID:  <201612130408.uBD48v62004851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612130408.uBD48v62004851>