svn commit: r327149 - head/devel/codeblocks

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 13 14:03:10 UTC 2013


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


More information about the svn-ports-all mailing list