Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 18:36:03 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408253 - head/editors/jove
Message-ID:  <201602051836.u15Ia3LI014482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Jonathan's Own Version of Emacs
 
+USES=		ncurses
+MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051836.u15Ia3LI014482>