Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2015 11:53:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403058 - head/devel/ncurses
Message-ID:  <201512051153.tB5BrFVn045660@repo.freebsd.org>

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



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