summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-26 09:41:05 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-26 09:41:05 +0000
commit0538ec5b33e56381337ee00b1bb6243bc3bc3c7a (patch)
tree72df1816f530edc041bc86199cc3b570f108bb16 /shells/bash2
parent5e3a5f058c91d0aa52878c8328d2a2085191f2d5 (diff)
downloadpkgsrc-0538ec5b33e56381337ee00b1bb6243bc3bc3c7a.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 43c99506fc4..95881d831ed 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2015/03/13 17:25:52 tnn Exp $
+# $NetBSD: Makefile,v 1.90 2016/02/26 09:43:09 jperkin Exp $
#
DISTNAME= bash-2.05b
@@ -57,9 +57,7 @@ CONFIGURE_ENV+= ac_cv_type_wctype_t=no
.endif
# Minix lacks setpgid() which is needed for job control.
-.if ${OPSYS} == "Minix"
-CONFIGURE_ARGS+= --disable-job-control
-.endif
+CONFIGURE_ARGS.Minix+= --disable-job-control
BUILDLINK_API_DEPENDS.readline+= readline>=4.3