Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 14:03:10 +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: r327149 - head/devel/codeblocks
Message-ID:  <201309131403.r8DE3ATx016887@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 13 14:03:09 2013
New Revision: 327149
URL: http://svnweb.freebsd.org/changeset/ports/327149

Log:
  Fix build since glib is not pulling gamin as a dep anymore

Modified:
  head/devel/codeblocks/Makefile

Modified: head/devel/codeblocks/Makefile
==============================================================================
--- head/devel/codeblocks/Makefile	Fri Sep 13 13:59:02 2013	(r327148)
+++ head/devel/codeblocks/Makefile	Fri Sep 13 14:03:09 2013	(r327149)
@@ -20,6 +20,7 @@ LIB_DEPENDS=	boost_system:${PORTSDIR}/de
 RUN_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info
 
 USES=		pkgconfig
+USE_FAM=	yes
 USE_WX=		2.8
 WANT_UNICODE=	yes
 USE_GNOME=	gnomehack desktopfileutils



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