svn commit: r426610 - head/misc/cave

John Marino marino at FreeBSD.org
Sun Nov 20 18:13:36 UTC 2016


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


More information about the svn-ports-all mailing list