svn commit: r426551 - head/databases/grass

John Marino marino at FreeBSD.org
Sun Nov 20 03:32:00 UTC 2016


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}" \


More information about the svn-ports-all mailing list