Date: Sun, 31 Jan 2016 11:39:58 +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: r407610 - head/editors/le Message-ID: <201601311139.u0VBdxrY027908@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Jan 31 11:39:58 2016 New Revision: 407610 URL: https://svnweb.freebsd.org/changeset/ports/407610 Log: editors/le: document ncurses requirement (USES+=ncurses) Also, add -I${LOCALBASE}/include to cflags to find ncurses headers when ports ncurses is used. approved by: infrastructure blanket Modified: head/editors/le/Makefile Modified: head/editors/le/Makefile ============================================================================== --- head/editors/le/Makefile Sun Jan 31 11:20:47 2016 (r407609) +++ head/editors/le/Makefile Sun Jan 31 11:39:58 2016 (r407610) @@ -14,8 +14,9 @@ COMMENT= Text editor with block and bina LICENSE= GPLv3 -USES= tar:bzip2 +USES= ncurses tar:bzip2 GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601311139.u0VBdxrY027908>