pkgsrc-WIP-changes archive

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

gambas3-runtime: Move PLIST_VAR



Module Name:	pkgsrc-wip
Committed By:	bgermann <bastiangermann%fishpost.de@localhost>
Pushed By:	bgermann
Date:		Sat Sep 15 00:27:56 2018 +0200
Changeset:	1ecaed555ad89349bcffd17f0f29214e01990a30

Modified Files:
	gambas3-runtime/Makefile
	gambas3-runtime/options.mk

Log Message:
gambas3-runtime: Move PLIST_VAR

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

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

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

diffs:
diff --git a/gambas3-runtime/Makefile b/gambas3-runtime/Makefile
index b89fa010e4..619aa85337 100644
--- a/gambas3-runtime/Makefile
+++ b/gambas3-runtime/Makefile
@@ -6,7 +6,6 @@ BUILD_DIRS=	main comp
 PKGNAME=	gambas3-runtime-${GB_VERSION}
 MAINTAINER=	bastiangermann%fishpost.de@localhost
 COMMENT=	Gambas interpreter and basic runtime
-PLIST_VARS+=	gui
 
 .include "options.mk"
 .include "../../devel/libffi/buildlink3.mk"
diff --git a/gambas3-runtime/options.mk b/gambas3-runtime/options.mk
index ccab134224..b39d1c9f03 100644
--- a/gambas3-runtime/options.mk
+++ b/gambas3-runtime/options.mk
@@ -3,6 +3,7 @@
 PKG_OPTIONS_VAR=	PKG_OPTIONS.gambas3-runtime
 PKG_SUPPORTED_OPTIONS=	qt4 gtk2 gtk3
 PKG_SUGGESTED_OPTIONS=	qt4
+PLIST_VARS+=		gui
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index