svn commit: r326220 - head/devel/librcc

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 19:45:47 UTC 2013


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
 


More information about the svn-ports-all mailing list