summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-08 19:29:28 +0000
committermarino <marino@FreeBSD.org>2016-02-08 19:29:28 +0000
commit73edcf3dfd1d13db328cd1b387a959a679b15c93 (patch)
tree9772388a5ea852603ef3ff3b8f2ef989d166162b
parent7c1ab268be35d29ecd6d64d08310dd1319269c76 (diff)
downloadFreeBSD-ports-73edcf3dfd1d13db328cd1b387a959a679b15c93.zip
FreeBSD-ports-73edcf3dfd1d13db328cd1b387a959a679b15c93.tar.gz
lang/rexx-regutil: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link with ncurses, not termcap approved by: infrastructure blanket
-rw-r--r--lang/rexx-regutil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rexx-regutil/Makefile b/lang/rexx-regutil/Makefile
index e2e99d7..c3c439b 100644
--- a/lang/rexx-regutil/Makefile
+++ b/lang/rexx-regutil/Makefile
@@ -13,11 +13,12 @@ COMMENT= Implementation of IBM's RexxUtil function library for Regina
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
OpenPOWER on IntegriCloud