pkgsrc-WIP-changes archive

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

ciwiki: configure scripts wants to run xterm. Set INTERACTIVE_STAGE.



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Oct 24 15:23:36 2015 +0200
Changeset:	c22d554b7bcf7ec02097292c7e9ee8c4f2d4fe16

Modified Files:
	ciwiki/Makefile

Log Message:
ciwiki: configure scripts wants to run xterm. Set INTERACTIVE_STAGE.

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

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

diffstat:
 ciwiki/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diffs:
diff --git a/ciwiki/Makefile b/ciwiki/Makefile
index 801d2ad..6c437a9 100644
--- a/ciwiki/Makefile
+++ b/ciwiki/Makefile
@@ -71,4 +71,10 @@ post-install:
 .endfor
 
 .include "../../mk/bsd.prefs.mk"
+
+INTERACTIVE_STAGE+=	configure
+.if ${X11_TYPE} == "modular"
+DEPENDS+=		xterm>=1.0.1:../../x11/xterm
+.endif
+
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index