aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-devel/Makefile2
-rw-r--r--shells/bash/Makefile9
2 files changed, 3 insertions, 8 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile
index 6ffcb9f26945..8a5914ba1c9a 100644
--- a/shells/bash-devel/Makefile
+++ b/shells/bash-devel/Makefile
@@ -46,7 +46,7 @@ INFO= bash
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
-USE_BISON= build
+USES= bison
.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 4e2250945a58..44818ce61f7f 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: bash3
-# Date created: 30 Jul 2004
-# Whom: Oliver Eikemeier
-#
+# Created by: Oliver Eikemeier
# $FreeBSD$
-#
PORTNAME= bash
PATCHLEVEL= 42
@@ -50,7 +45,7 @@ INFO= bash
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
-USE_BISON= build
+USES+= bison
.if !defined(NOPORTDOCS)
.if !defined(WITH_INCLUDED_FAQ)