Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 16:06:23 +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: r408212 - head/polish/ekg
Message-ID:  <201602051606.u15G6NHG066287@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  5 16:06:23 2016
New Revision: 408212
URL: https://svnweb.freebsd.org/changeset/ports/408212

Log:
  polish/ekg: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/polish/ekg/Makefile

Modified: head/polish/ekg/Makefile
==============================================================================
--- head/polish/ekg/Makefile	Fri Feb  5 15:47:43 2016	(r408211)
+++ head/polish/ekg/Makefile	Fri Feb  5 16:06:23 2016	(r408212)
@@ -14,7 +14,7 @@ COMMENT=	Text-mode Gadu-Gadu client
 LIB_DEPENDS=	libgadu.so:${PORTSDIR}/polish/libgadu
 
 GNU_CONFIGURE=	yes
-USES=		execinfo gmake pathfix pkgconfig
+USES=		execinfo gmake ncurses pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS= --without-libungif \
@@ -22,7 +22,7 @@ CONFIGURE_ARGS= --without-libungif \
 		--disable-ui-gtk
 
 CFLAGS+=	-I/usr/include -I${LOCALBASE}/include
-LDFLAGS+=	-L/usr/lib -lncurses -L${LOCALBASE}/lib -lexecinfo -pthread
+LDFLAGS+=	-lncurses -L${LOCALBASE}/lib -lexecinfo -pthread
 
 OPTIONS_DEFINE=		ASPELL OPENSSL
 OPTIONS_DEFAULT=	OPENSSL



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