svn commit: r408253 - head/editors/jove

John Marino marino at FreeBSD.org
Fri Feb 5 18:36:04 UTC 2016


Author: marino
Date: Fri Feb  5 18:36:03 2016
New Revision: 408253
URL: https://svnweb.freebsd.org/changeset/ports/408253

Log:
  editors/joe: USES+= ncurses, respect LFLAGS
  
  Also link to libncurses, not termcap

Modified:
  head/editors/jove/Makefile

Modified: head/editors/jove/Makefile
==============================================================================
--- head/editors/jove/Makefile	Fri Feb  5 18:34:16 2016	(r408252)
+++ head/editors/jove/Makefile	Fri Feb  5 18:36:03 2016	(r408253)
@@ -11,6 +11,8 @@ MASTER_SITES=	ftp://ftp.cs.toronto.edu/p
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Jonathan's Own Version of Emacs
 
+USES=		ncurses
+MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list