svn commit: r408212 - head/polish/ekg

John Marino marino at FreeBSD.org
Fri Feb 5 16:06:25 UTC 2016


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


More information about the svn-ports-all mailing list