Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2016 23:10: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: r407902 - head/misc/cave
Message-ID:  <201602022310.u12NAxa8098707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Feb  2 23:10:59 2016
New Revision: 407902
URL: https://svnweb.freebsd.org/changeset/ports/407902

Log:
  misc/cave: document ncurses requirement (USES+=ncurses)
  
  Switch from libcurses to libncurses too.

Modified:
  head/misc/cave/Makefile

Modified: head/misc/cave/Makefile
==============================================================================
--- head/misc/cave/Makefile	Tue Feb  2 23:08:46 2016	(r407901)
+++ head/misc/cave/Makefile	Tue Feb  2 23:10:59 2016	(r407902)
@@ -9,7 +9,9 @@ MASTER_SITES=	SF/bjk/${PORTNAME}/${PORTV
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Character Animation Viewer for Everyone
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 
 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?201602022310.u12NAxa8098707>