1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

editors/joe: USES+= ncurses, respect LFLAGS

Also link to libncurses, not termcap
This commit is contained in:
John Marino 2016-02-05 18:36:03 +00:00
parent d48cc533e1
commit d831a1f6a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408253

View File

@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/jove/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Jonathan's Own Version of Emacs
USES= ncurses
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>