summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/form
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/form
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/form')
-rw-r--r--lib/ncurses/form/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/form/Makefile b/lib/ncurses/form/Makefile
index d05cbfe..aa12242 100644
--- a/lib/ncurses/form/Makefile
+++ b/lib/ncurses/form/Makefile
@@ -54,7 +54,7 @@ CLEANFILES= ncurses_def.h
CFLAGS+= -I${SRCDIR}
CFLAGS+= -I${NCURSES_DIR}/menu
-DPADD= ${LIBNCURSES${LIB_SUFFIX:U}}
+DPADD= ${LIBNCURSES${LIB_SUFFIX:tu}}
LDADD= -lncurses${LIB_SUFFIX}
.if defined(ENABLE_WIDEC)
OpenPOWER on IntegriCloud