Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 18:13:35 +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: r426610 - head/misc/cave
Message-ID:  <201611201813.uAKIDZZg099048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Nov 20 18:13:34 2016
New Revision: 426610
URL: https://svnweb.freebsd.org/changeset/ports/426610

Log:
  misc/cave: Fix configuration of ports-based ncurses

Modified:
  head/misc/cave/Makefile

Modified: head/misc/cave/Makefile
==============================================================================
--- head/misc/cave/Makefile	Sun Nov 20 18:01:37 2016	(r426609)
+++ head/misc/cave/Makefile	Sun Nov 20 18:13:34 2016	(r426610)
@@ -12,6 +12,7 @@ COMMENT=	Character Animation Viewer for 
 USES=		ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	LIBS="${LDFLAGS} -lncurses"
+CPPFLAGS+=	-I${NCURSESINC} -I${LOCALBASE}/include
 
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/cave.1.gz



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