Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 23:01:48 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361320 - head/devel/boehm-gc
Message-ID:  <201407082301.s68N1mhp073334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue Jul  8 23:01:48 2014
New Revision: 361320
URL: http://svnweb.freebsd.org/changeset/ports/361320
QAT: https://qat.redports.org/buildarchive/r361320/

Log:
  Add USES=pkgconfig to fix build.
  
  Reported by:	swills (Jenkins)

Modified:
  head/devel/boehm-gc/Makefile

Modified: head/devel/boehm-gc/Makefile
==============================================================================
--- head/devel/boehm-gc/Makefile	Tue Jul  8 23:00:50 2014	(r361319)
+++ head/devel/boehm-gc/Makefile	Tue Jul  8 23:01:48 2014	(r361320)
@@ -21,7 +21,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 BUILD_DEPENDS=	${LOCALBASE}/lib/libatomic_ops.a:${PORTSDIR}/devel/libatomic_ops
 
 GNU_CONFIGURE=	yes
-USES=		libtool pathfix
+USES=		libtool pathfix pkgconfig
 USE_AUTOTOOLS=	aclocal autoconf libtoolize
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip



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