pkgsrc-WIP-changes archive

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

gambas3-runtime: build depends on gambas3-gb-qt4-{opengl,webkit}



Module Name:	pkgsrc-wip
Committed By:	bgermann <bastiangermann%fishpost.de@localhost>
Pushed By:	bgermann
Date:		Fri Sep 7 11:18:43 2018 +0200
Changeset:	81d0b06563072234218724b43e80f87c4bb15c73

Modified Files:
	gambas3-runtime/Makefile

Log Message:
gambas3-runtime: build depends on gambas3-gb-qt4-{opengl,webkit}

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

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

diffstat:
 gambas3-runtime/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/gambas3-runtime/Makefile b/gambas3-runtime/Makefile
index 9e1d7fd387..d70fe9c8b7 100644
--- a/gambas3-runtime/Makefile
+++ b/gambas3-runtime/Makefile
@@ -6,7 +6,8 @@ BUILD_DIRS=	main comp
 PKGNAME=	gambas3-runtime-${GB_VERSION}
 MAINTAINER=	bastiangermann%fishpost.de@localhost
 COMMENT=	Gambas interpreter and basic runtime
-BUILD_DEPENDS+=	gambas3-gb-qt4-${GB_VERSION}:../../wip/gambas3-gb-qt4
+BUILD_DEPENDS+=	gambas3-gb-qt4-${GB_VERSION}:../../wip/gambas3-gb-qt4-opengl
+BUILD_DEPENDS+=	gambas3-gb-qt4-${GB_VERSION}:../../wip/gambas3-gb-qt4-webkit
 
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index