svn commit: r532728 - head/devel/bitkeeper

Cy Schubert cy at FreeBSD.org
Fri Apr 24 03:53:47 UTC 2020


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


More information about the svn-ports-head mailing list