diff options
-rw-r--r-- | math/gri/Makefile | 2 | ||||
-rw-r--r-- | shells/esh/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/gri/Makefile b/math/gri/Makefile index bdde4f379b67..99df35a90568 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -11,7 +11,7 @@ COMMENT= Extensible plotting language for producing scientific graphs LIB_DEPENDS= netcdf:${PORTSDIR}/science/netcdf -USE_READLINE= yes +USES= readline USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-FreeBSD 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 |