Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 19:45:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326220 - head/devel/librcc
Message-ID:  <201309031945.r83JjksZ070642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep  3 19:45:46 2013
New Revision: 326220
URL: http://svnweb.freebsd.org/changeset/ports/326220

Log:
  Add an explicit dependency on pkgconf
  (needed for good detection of gtk)
  
  Approved by:	portmgr (bapt)

Modified:
  head/devel/librcc/Makefile

Modified: head/devel/librcc/Makefile
==============================================================================
--- head/devel/librcc/Makefile	Tue Sep  3 19:39:57 2013	(r326219)
+++ head/devel/librcc/Makefile	Tue Sep  3 19:45:46 2013	(r326220)
@@ -21,8 +21,7 @@ LIB_DEPENDS=	rcd.1:${PORTSDIR}/devel/lib
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	lthack libxml2
-USE_GMAKE=	yes
-USES=		pathfix iconv
+USES=		gmake iconv pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoheader
 



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