pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7a2ec3
)
ciwiki: configure scripts wants to run xterm. Set INTERACTIVE_STAGE.
author
Tobias Nygren
<tnn@NetBSD.org>
Sat, 24 Oct 2015 13:23:36 +0000
(15:23 +0200)
committer
Tobias Nygren
<tnn@NetBSD.org>
Sat, 24 Oct 2015 13:23:36 +0000
(15:23 +0200)
ciwiki/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/ciwiki/Makefile
b/ciwiki/Makefile
index 801d2adbfb34938521bc617e65e1caae0b41f9b6..6c437a949bd8646b88d3f44d751c3282461875ad 100644
(file)
--- 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"