Date: Mon, 8 Feb 2016 19:29:28 +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: r408508 - head/lang/rexx-regutil Message-ID: <201602081929.u18JTS3v006326@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602081929.u18JTS3v006326>