pkgsrc-WIP-changes archive

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

gambas3: Fix minor bugs



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

Modified Files:
	gambas3-ide/PLIST
	gambas3-runtime/Makefile

Log Message:
gambas3: Fix minor bugs

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

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

diffstat:
 gambas3-ide/PLIST        | 2 +-
 gambas3-runtime/Makefile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/gambas3-ide/PLIST b/gambas3-ide/PLIST
index b19ac4f431..644a03d1fd 100644
--- a/gambas3-ide/PLIST
+++ b/gambas3-ide/PLIST
@@ -1,7 +1,7 @@
 @comment $NetBSD$
 bin/gambas3
+bin/gambas3.gambas
 share/appdata/gambas3.appdata.xml
-share/gambas3/icons/application-x-gambas3.png
 share/gambas3/template/console/.directory
 share/gambas3/template/console/.gitignore
 share/gambas3/template/console/.icon.png
diff --git a/gambas3-runtime/Makefile b/gambas3-runtime/Makefile
index d70fe9c8b7..8d368219b5 100644
--- a/gambas3-runtime/Makefile
+++ b/gambas3-runtime/Makefile
@@ -6,8 +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-opengl
-BUILD_DEPENDS+=	gambas3-gb-qt4-${GB_VERSION}:../../wip/gambas3-gb-qt4-webkit
+BUILD_DEPENDS+=	gambas3-gb-qt4-opengl-${GB_VERSION}:../../wip/gambas3-gb-qt4-opengl
+BUILD_DEPENDS+=	gambas3-gb-qt4-webkit-${GB_VERSION}:../../wip/gambas3-gb-qt4-webkit
 
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index