svn commit: r407902 - head/misc/cave

John Marino marino at FreeBSD.org
Tue Feb 2 23:11:00 UTC 2016


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 at 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


More information about the svn-ports-all mailing list