svn commit: r408361 - in head/graphics/s10sh: . files

John Marino marino at FreeBSD.org
Sun Feb 7 10:14:08 UTC 2016


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


More information about the svn-ports-all mailing list