aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-03 01:27:41 +0800
committerbapt <bapt@FreeBSD.org>2013-05-03 01:27:41 +0800
commitfe819732a6b0a00e76a83d8283f9879f495b16a0 (patch)
treef1d6f15faa73d652bb924cba4e355108b531a9e2 /lang
parent17102d6753219c6f2a6958bd0f94ad5c07911c6c (diff)
downloadfreebsd-ports-gnome-fe819732a6b0a00e76a83d8283f9879f495b16a0.tar.gz
freebsd-ports-gnome-fe819732a6b0a00e76a83d8283f9879f495b16a0.tar.zst
freebsd-ports-gnome-fe819732a6b0a00e76a83d8283f9879f495b16a0.zip
Fix with bmake
Diffstat (limited to 'lang')
-rw-r--r--lang/gambas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile
index 04335a00f327..320a1ec6700c 100644
--- a/lang/gambas/Makefile
+++ b/lang/gambas/Makefile
@@ -87,7 +87,7 @@ BROKEN= Segfault during build on ${ARCH}
.for lib in ${LIBS2FIX}
NEW${lib:U}!= ${LDCONFIG} -r | ${GREP} ${lib} | ${GREP} -v 'compat/pkg' \
- | ${AWK} -F 'lib\/' '{print $$2}'
+ | ${AWK} -F 'lib\/' '{print $$2}'; ${ECHO_CMD}
.endfor
.if exists(${LOCALBASE}/bin/pg_config)