Date: Sat, 27 Mar 2021 02:44:48 +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: r569285 - head/devel/bitkeeper Message-ID: <202103270244.12R2im80058943@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sat Mar 27 02:44:47 2021 New Revision: 569285 URL: https://svnweb.freebsd.org/changeset/ports/569285 Log: devel/bitkeeper: register all dependencies PR: 245793 Reported by: Gian-Simon Purkert <gspurki@gmail.com> Modified: head/devel/bitkeeper/Makefile (contents, props changed) Modified: head/devel/bitkeeper/Makefile ============================================================================== --- head/devel/bitkeeper/Makefile Sat Mar 27 01:19:14 2021 (r569284) +++ head/devel/bitkeeper/Makefile Sat Mar 27 02:44:47 2021 (r569285) @@ -3,7 +3,7 @@ PORTNAME= bitkeeper PORTVERSION= 7.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://www.bitkeeper.org/downloads/${PORTVERSION}/ DISTNAME= bk-${PORTVERSION}.src @@ -20,16 +20,19 @@ BROKEN_FreeBSD_11= perl: No such file or directory BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:devel/gperf \ ${LOCALBASE}/include/tommath.h:math/libtommath \ bash:shells/bash -LIB_DEPENDS= libtomcrypt.so:security/libtomcrypt \ +LIB_DEPENDS= libtomcrypt.so:security/libtomcrypt \ libpcre.so:devel/pcre \ - liblz4.so:archivers/liblz4 + liblz4.so:archivers/liblz4 \ + libtommath.so:math/libtommath \ + libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= bash:shells/bash USES= gmake groff bison localbase tk xorg iconv pkgconfig -USE_XORG= x11 +USE_XORG= x11 xrender xft -WRKSRC= ${WRKDIR}/bk-${PORTVERSION}/src -ALL_TARGET= p +WRKSRC= ${WRKDIR}/bk-${PORTVERSION}/src +ALL_TARGET= p do-build: @(cd ${WRKSRC}; ${MAKE_CMD} ${ALL_TARGET})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103270244.12R2im80058943>