pkgsrc-WIP-changes archive

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

gambas3-runtime: Add qt5 option



Module Name:	pkgsrc-wip
Committed By:	bgermann <bastiangermann%fishpost.de@localhost>
Pushed By:	bgermann
Date:		Sat Sep 15 00:37:26 2018 +0200
Changeset:	0a37a3971c68293562d8d4dbf858d45faba25d18

Modified Files:
	gambas3-runtime/options.mk

Log Message:
gambas3-runtime: Add qt5 option

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

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

diffstat:
 gambas3-runtime/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gambas3-runtime/options.mk b/gambas3-runtime/options.mk
index b39d1c9f03..67e6a69fbd 100644
--- a/gambas3-runtime/options.mk
+++ b/gambas3-runtime/options.mk
@@ -8,7 +8,7 @@ PLIST_VARS+=		gui
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgtk2)
-BUILD_DEPENDS+=	gambas3-gb-gtk-${GB_VERSION}:../../wip/gambas3-gb-gtk
+BUILD_DEPENDS+=	gambas3-gb-gtk-opengl-${GB_VERSION}:../../wip/gambas3-gb-gtk-opengl
 PLIST.gui=	yes
 .endif
 


Home | Main Index | Thread Index | Old Index