svn commit: r403058 - head/devel/ncurses

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 5 11:53:16 UTC 2015


Author: bapt
Date: Sat Dec  5 11:53:15 2015
New Revision: 403058
URL: https://svnweb.freebsd.org/changeset/ports/403058

Log:
  Add dependency on pkgconfig, if pkgconf is not installed the ncurses configure
  scripts sets PKG_CONFIG_LIBDIR to no installing pcfiles to the no directory...
  
  Reported by:	rakuco

Modified:
  head/devel/ncurses/Makefile

Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile	Sat Dec  5 11:08:46 2015	(r403057)
+++ head/devel/ncurses/Makefile	Sat Dec  5 11:53:15 2015	(r403058)
@@ -39,7 +39,7 @@ TRACE_DESC=	Add trace() function to all 
 CONFIGURE_ENV=	gnat_exists="no"
 
 USE_LDCONFIG=	yes
-USES=		shebangfix terminfo
+USES=		pkgconfig shebangfix terminfo
 SHEBANG_FILES=	test/tracemunch
 
 WIDEC_WRKSRC=	${WRKSRC}/build.widec


More information about the svn-ports-head mailing list