aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2015-07-10 08:11:23 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2015-07-10 08:11:23 +0000
commit98468372e95ea261c546fa79937b76033a1f1719 (patch)
tree8a47e2825e074621d1d1b4686b47468cef6f8b47 /shells
parent81356007fa015ec47502bcc193709cfb2e483f99 (diff)
downloadports-98468372e95ea261c546fa79937b76033a1f1719.tar.gz
ports-98468372e95ea261c546fa79937b76033a1f1719.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index c1cee5f376bc..2ed80f0ae535 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -4,7 +4,7 @@
PORTNAME= bash
PATCHLEVEL= 39
PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= shells
MASTER_SITES= GNU/${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --without-bash-malloc \
--disable-rpath \
--enable-disabled-builtins
-CFLAGS+= -DUSE_MKTEMP=1
+CFLAGS+= -DUSE_MKTEMP=1 -DUSE_MKSTEMP=1
.if empty(PKGNAMESUFFIX)
CONFLICTS+= bash-static-[0-9]*