Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 03:53:47 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532728 - head/devel/bitkeeper
Message-ID:  <202004240353.03O3rlig024327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Apr 24 03:53:47 2020
New Revision: 532728
URL: https://svnweb.freebsd.org/changeset/ports/532728

Log:
  Fix poudriere build, add USES pkgconfig.

Modified:
  head/devel/bitkeeper/Makefile   (contents, props changed)

Modified: head/devel/bitkeeper/Makefile
==============================================================================
--- head/devel/bitkeeper/Makefile	Fri Apr 24 03:08:24 2020	(r532727)
+++ head/devel/bitkeeper/Makefile	Fri Apr 24 03:53:47 2020	(r532728)
@@ -20,7 +20,7 @@ LIB_DEPENDS=    libtomcrypt.so:security/libtomcrypt \
 		liblz4.so:archivers/liblz4
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		gmake groff bison localbase tk xorg iconv
+USES=		gmake groff bison localbase tk xorg iconv pkgconfig
 USE_XORG=       x11
 
 WRKSRC= ${WRKDIR}/bk-${PORTVERSION}/src



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