diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 21:58:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 21:58:11 +0000 |
commit | 45dc7a52d224510abd1c8e808d800192a132754b (patch) | |
tree | 7f4de677278855597caee2e1c5757b72a444ba44 /shells | |
parent | 0caa2215f1d523a639fe3f64b05f59df378561d0 (diff) | |
download | ports-45dc7a52d224510abd1c8e808d800192a132754b.tar.gz ports-45dc7a52d224510abd1c8e808d800192a132754b.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/esh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index acd1472bf65e..b64181f84705 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME} -USE_READLINE= yes +USES= readline MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAKE_JOBS_SAFE= yes |