summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortaca <taca>2017-04-23 14:51:43 +0000
committertaca <taca>2017-04-23 14:51:43 +0000
commitdef2fedf8445f11b821611dc05b5c28e75e017af (patch)
tree8bd2ffe6a17b13266b45470d21dcfbe4d52e662e /x11
parentc8093d03c6ada63236ef5bcf2fd6d1aef145cf4a (diff)
downloadpkgsrc-def2fedf8445f11b821611dc05b5c28e75e017af.tar.gz
Quick build fix on NetBSD 6.1_STABLE using bash to configure.
(I did not find a problem of configure with NetBSD 6.1_STABLE's sh(1).)
Diffstat (limited to 'x11')
-rw-r--r--x11/mcookie/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/mcookie/Makefile b/x11/mcookie/Makefile
index 92de61273a2..fbac8bdb3d3 100644
--- a/x11/mcookie/Makefile
+++ b/x11/mcookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/02/27 10:20:01 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/04/23 14:51:43 taca Exp $
#
# Changelog: see
# https://git.kernel.org/cgit/utils/util-linux/util-linux.git/log/misc-utils/mcookie.c
@@ -18,9 +18,10 @@ LICENSE= public-domain
BUILD_TARGET= mcookie
EXTRACT_USING= bsdtar
+CONFIG_SHELL= bash
GNU_CONFIGURE= yes
INFO_FILES= yes
-USE_TOOLS+= bsdtar gmake
+USE_TOOLS+= bash bsdtar gmake
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install: