Skip to content

Commit

Permalink
Add missing pkg-config dependency. Simplify build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Aug 23, 2016
1 parent 9c90913 commit 4e5728b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bitkeeper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ HOMEPAGE= https://www.bitkeeper.org/
COMMENT= Distributed Source Control System
LICENSE= apache-2.0

USE_TOOLS+= gmake bison lex groff perl bash
USE_TOOLS+= gmake bison lex groff perl bash pkg-config

BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf

BUILD_DIRS= src

pre-configure:
perl -pe 's{BUILDLINK_DIR}{${BUILDLINK_DIR}}' \
< files/conf.mk.local > ${WRKSRC}/src/conf.mk.local

do-build:
${RUN} cd ${WRKSRC}/src && ${GMAKE} # p

do-install:
cd ${WRKSRC}/src && \
${GMAKE} installdir && \
Expand Down

0 comments on commit 4e5728b

Please sign in to comment.