pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add missing pkg-config dependency. Simplify build step.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Aug 23 14:21:42 2016 +0200
Changeset:	4e5728b265d7fb12db5df80f93855ad23b0ce0e3

Modified Files:
	bitkeeper/Makefile

Log Message:
Add missing pkg-config dependency. Simplify build step.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4e5728b265d7fb12db5df80f93855ad23b0ce0e3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bitkeeper/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/bitkeeper/Makefile b/bitkeeper/Makefile
index 94f638b..d36c777 100644
--- a/bitkeeper/Makefile
+++ b/bitkeeper/Makefile
@@ -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 && \


Home | Main Index | Thread Index | Old Index