svn commit: r408147 - in head/mail/elm: . scripts

John Marino marino at FreeBSD.org
Fri Feb 5 09:52:54 UTC 2016


Author: marino
Date: Fri Feb  5 09:52:53 2016
New Revision: 408147
URL: https://svnweb.freebsd.org/changeset/ports/408147

Log:
  mail/elm: document ncurses requirement (USES+=ncurses)
  
  Also link with libncurses, not libtermcap
  
  approved by:	infrastructure blanket

Modified:
  head/mail/elm/Makefile
  head/mail/elm/scripts/pre-configure

Modified: head/mail/elm/Makefile
==============================================================================
--- head/mail/elm/Makefile	Fri Feb  5 09:34:26 2016	(r408146)
+++ head/mail/elm/Makefile	Fri Feb  5 09:52:53 2016	(r408147)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	ispell:${PORTSDIR}/textpr
 CFLAGS+=	-D_SIZE_T
 
 WRKSRC=			${WRKDIR}/elm${PORTVERSION}
-USES=		gettext
+USES=		gettext ncurses
 HAS_CONFIGURE=		yes
 CONFIGURE_SCRIPT=	Configure
 CONFIGURE_ENV=		PREFIX="${PREFIX}"

Modified: head/mail/elm/scripts/pre-configure
==============================================================================
--- head/mail/elm/scripts/pre-configure	Fri Feb  5 09:34:26 2016	(r408146)
+++ head/mail/elm/scripts/pre-configure	Fri Feb  5 09:52:53 2016	(r408147)
@@ -180,7 +180,7 @@ d_douname='undef'
 d_host_comp='undef'
 ign_hname='n'
 d_havetlib='define'
-termlib='-ltermlib'
+termlib='-lncurses'
 d_index='undef'
 d_internet='define'
 d_ispell='define'


More information about the svn-ports-all mailing list