svn commit: r361698 - head/emulators/vba

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jul 13 17:08:41 UTC 2014


Author: rakuco
Date: Sun Jul 13 17:08:41 2014
New Revision: 361698
URL: http://svnweb.freebsd.org/changeset/ports/361698
QAT: https://qat.redports.org/buildarchive/r361698/

Log:
  Add dependency on pkg-config when GTK2 is on.
  
  PR:		189138
  Approved by:	maintainer timeout (74 days)
  MFH:		2014Q3

Modified:
  head/emulators/vba/Makefile

Modified: head/emulators/vba/Makefile
==============================================================================
--- head/emulators/vba/Makefile	Sun Jul 13 17:04:27 2014	(r361697)
+++ head/emulators/vba/Makefile	Sun Jul 13 17:08:41 2014	(r361698)
@@ -36,6 +36,7 @@ PROFILING_DESC=	Enable profiling
 
 GTK2_CONFIGURE_ON=	--enable-gtk=2.4
 GTK2_LIB_DEPENDS=	libglademm-2.4.so:${PORTSDIR}/devel/libglademm24
+GTK2_USES=		pkgconfig
 PROFILING_CONFIGURE_ENABLE=	profiling
 
 BROKEN_ia64=	Runaway cc1plus process


More information about the svn-ports-head mailing list