Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 10:14:07 +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: r408361 - in head/graphics/s10sh: . files
Message-ID:  <201602071014.u17AE7f3014556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Feb  7 10:14:07 2016
New Revision: 408361
URL: https://svnweb.freebsd.org/changeset/ports/408361

Log:
  graphics/s10sh: USES+= ncurses, link with ncurses over termcap

Modified:
  head/graphics/s10sh/Makefile
  head/graphics/s10sh/files/Makefile.bsd

Modified: head/graphics/s10sh/Makefile
==============================================================================
--- head/graphics/s10sh/Makefile	Sun Feb  7 10:10:56 2016	(r408360)
+++ head/graphics/s10sh/Makefile	Sun Feb  7 10:14:07 2016	(r408361)
@@ -11,7 +11,7 @@ MASTER_SITES=	http://www.reynoldsnet.org
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	USB/serial userspace driver for the Canon PowerShot digital cameras
 
-USES=		readline
+USES=		ncurses readline
 
 # Don't extract the libusb bundled with s10sh:
 EXTRACT_AFTER_ARGS=	--exclude '*/libusb*'

Modified: head/graphics/s10sh/files/Makefile.bsd
==============================================================================
--- head/graphics/s10sh/files/Makefile.bsd	Sun Feb  7 10:10:56 2016	(r408360)
+++ head/graphics/s10sh/files/Makefile.bsd	Sun Feb  7 10:14:07 2016	(r408361)
@@ -3,7 +3,7 @@ NO_MAN	=	oh...
 
 SRCS	=	main.c crc.c serial.c common.c bar.c
 
-LDADD	+=	-lreadline -ltermcap ${LDFLAGS}
+LDADD	+=	-lreadline -lncurses ${LDFLAGS}
 CFLAGS	+=	-DHAVE_READLINE ${CPPFLAGS}
 
 .if !defined(WITHOUT_USB)



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