aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-08 11:32:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-08 11:32:11 +0000
commit9250d94365048cf854570d93b5196aa250eba8f0 (patch)
tree9c130b083139cc77280c7e96cc9cea75a84d2d4c /shells
parent09fa4f371396ff884f3845939561bfc786faf491 (diff)
downloadports-9250d94365048cf854570d93b5196aa250eba8f0.tar.gz
ports-9250d94365048cf854570d93b5196aa250eba8f0.zip
Notes
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)