1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add USES=readline to fix build on -current.

This commit is contained in:
Adam Weinberger 2014-08-16 16:47:56 +00:00
parent 1399aac2c1
commit c056f83b88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365103

View File

@ -21,7 +21,7 @@ MAKE_ARGS+= JS_THREADSAFE=YES \
LDFLAGS="-L${LOCALBASE}/lib"
CFLAGS+= -I${LOCALBASE}/include/nspr
USES= gmake
USES= gmake readline
MAKEFILE= Makefile.ref
ALL_TARGET= ${OPSYS}`${UNAME} -r`_DBG.OBJ/js
MAKE_ENV+= CCC="${CXX}"