summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
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
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')
-rw-r--r--lib/ncurses/form/Makefile2
-rw-r--r--lib/ncurses/menu/Makefile2
-rw-r--r--lib/ncurses/panel/Makefile2
3 files changed, 3 insertions, 3 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)
diff --git a/lib/ncurses/menu/Makefile b/lib/ncurses/menu/Makefile
index 19a1ff3..46bc023 100644
--- a/lib/ncurses/menu/Makefile
+++ b/lib/ncurses/menu/Makefile
@@ -40,7 +40,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)
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