svn commit: r408508 - head/lang/rexx-regutil

John Marino marino at FreeBSD.org
Mon Feb 8 19:29:30 UTC 2016


Author: marino
Date: Mon Feb  8 19:29:28 2016
New Revision: 408508
URL: https://svnweb.freebsd.org/changeset/ports/408508

Log:
  lang/rexx-regutil: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
  
  Also link with ncurses, not termcap
  
  approved by:	infrastructure blanket

Modified:
  head/lang/rexx-regutil/Makefile

Modified: head/lang/rexx-regutil/Makefile
==============================================================================
--- head/lang/rexx-regutil/Makefile	Mon Feb  8 19:24:04 2016	(r408507)
+++ head/lang/rexx-regutil/Makefile	Mon Feb  8 19:29:28 2016	(r408508)
@@ -13,11 +13,12 @@ COMMENT=	Implementation of IBM's RexxUti
 
 BUILD_DEPENDS=	${LOCALBASE}/include/rexxsaa.h:${PORTSDIR}/lang/rexx-regina
 
-USES=		zip
+USES=		ncurses zip
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_LDCONFIG=	yes
 MAKEFILE=	Makefile.bsd
+MAKE_ARGS+=	PLIBS="${LDFLAGS:M-L*} -lncurses"
 
 SUB_FILES=	regutil.1 pkg-message
 


More information about the svn-ports-all mailing list