summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/panel
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2013-06-02 11:44:23 +0000
committertijl <tijl@FreeBSD.org>2013-06-02 11:44:23 +0000
commit960738a3a8e479435612e39b0fc163f657c4c453 (patch)
tree20eab6b2fee7b3c6015360e73c9c5912816da115 /lib/ncurses/panel
parent58ab3853c2b6638a45cc68fc6d6f7b18290f6260 (diff)
downloadFreeBSD-src-960738a3a8e479435612e39b0fc163f657c4c453.zip
FreeBSD-src-960738a3a8e479435612e39b0fc163f657c4c453.tar.gz
Convert old make variable modifiers :U and :L to bmake :tu and :tl.
Reviewed by: sjg
Diffstat (limited to 'lib/ncurses/panel')
-rw-r--r--lib/ncurses/panel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile
index 689586d..8e99767 100644
--- a/lib/ncurses/panel/Makefile
+++ b/lib/ncurses/panel/Makefile
@@ -29,7 +29,7 @@ CLEANFILES= ncurses_def.h
CFLAGS+= -I${SRCDIR}
-DPADD= ${LIBNCURSES${LIB_SUFFIX:U}}
+DPADD= ${LIBNCURSES${LIB_SUFFIX:tu}}
LDADD= -lncurses${LIB_SUFFIX}
.if defined(ENABLE_WIDEC)
OpenPOWER on IntegriCloud