summaryrefslogtreecommitdiff
path: root/shells/bash-static
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-05 08:39:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-05 08:39:30 +0000
commitef5b0dd1611f85b045f1097c9098466f754251fb (patch)
tree0254efc28697a24b3d04afbea35d4139639092dc /shells/bash-static
parentUsing gmake does not fix build with bmake at all, reverting (diff)
Fix bash-static slave ports with bash being now using new options framework
Notes
Notes: svn path=/head/; revision=317405
Diffstat (limited to 'shells/bash-static')
-rw-r--r--shells/bash-static/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/bash-static/Makefile b/shells/bash-static/Makefile
index 3555e40cdf78..e29ab9b24ae0 100644
--- a/shells/bash-static/Makefile
+++ b/shells/bash-static/Makefile
@@ -1,12 +1,8 @@
-# Ports collection makefile for: bash-static
-# Date created: 22 Jan 2009
-# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
-#
MASTERDIR= ${.CURDIR}/../../shells/bash
-WITH_STATIC_BASH= yes
+OPTIONS_SLAVE= STATIC
.include "${MASTERDIR}/Makefile"