diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 05:58:11 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 05:58:11 +0800 |
commit | 45dc7a52d224510abd1c8e808d800192a132754b (patch) | |
tree | 7f4de677278855597caee2e1c5757b72a444ba44 /shells/esh | |
parent | 0caa2215f1d523a639fe3f64b05f59df378561d0 (diff) | |
download | freebsd-ports-gnome-45dc7a52d224510abd1c8e808d800192a132754b.tar.gz freebsd-ports-gnome-45dc7a52d224510abd1c8e808d800192a132754b.tar.zst freebsd-ports-gnome-45dc7a52d224510abd1c8e808d800192a132754b.zip |
Convert from USE_READLINE to USES=readline
Diffstat (limited to 'shells/esh')
-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 |