svn commit: r408333 - head/comms/minicom

John Marino marino at FreeBSD.org
Sat Feb 6 23:49:11 UTC 2016


Author: marino
Date: Sat Feb  6 23:49:10 2016
New Revision: 408333
URL: https://svnweb.freebsd.org/changeset/ports/408333

Log:
  x11/minicom: document ncurses requirement (USES+=ncurses)
  
  Also link to ncurses, not curses.
  
  approved by:	infrastructure blanket

Modified:
  head/comms/minicom/Makefile

Modified: head/comms/minicom/Makefile
==============================================================================
--- head/comms/minicom/Makefile	Sat Feb  6 23:44:54 2016	(r408332)
+++ head/comms/minicom/Makefile	Sat Feb  6 23:49:10 2016	(r408333)
@@ -18,9 +18,9 @@ OPTIONS_SUB=	yes
 NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=	nls
 
-USES=		iconv
+USES=		iconv ncurses
 CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB} -lcurses
+LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB} -lncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-dfl-baud=57600 \
 			--sysconfdir=${PREFIX}/etc/minicom \


More information about the svn-ports-all mailing list