Date: Sun, 20 Nov 2016 03:31:59 +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: r426551 - head/databases/grass Message-ID: <201611200331.uAK3VxcD032662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Nov 20 03:31:59 2016 New Revision: 426551 URL: https://svnweb.freebsd.org/changeset/ports/426551 Log: databases/grass: Document and configure ncurses requirement Modified: head/databases/grass/Makefile Modified: head/databases/grass/Makefile ============================================================================== --- head/databases/grass/Makefile Sun Nov 20 02:50:59 2016 (r426550) +++ head/databases/grass/Makefile Sun Nov 20 03:31:59 2016 (r426551) @@ -34,8 +34,8 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ libfreetype.so:print/freetype2 RUN_DEPENDS= bash:shells/bash -USES= fortran gettext gmake iconv jpeg perl5 pkgconfig python:2 \ - readline shebangfix tk +USES= fortran gettext gmake iconv jpeg ncurses perl5 pkgconfig \ + python:2 readline shebangfix tk SHEBANG_FILES= scripts/i.spectral/i.spectral \ scripts/r.tileset/r.tileset \ visualization/nviz/scripts/nviz2.2_script \ @@ -75,7 +75,9 @@ CONFIGURE_ARGS= --with-includes=${LOCALB --with-wxwidgets=${WX_CONFIG} ALL_TARGET= default USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib -MAKE_JOBS_UNSAFE=yes +CPPFLAGS+= -I${NCURSESINC} + +MAKE_JOBS_UNSAFE= yes PLIST_SUB= GRASS_INST_DIR="${GRASS_INST_DIR}" \ VERSION="${PORTVERSION}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611200331.uAK3VxcD032662>