aboutsummaryrefslogtreecommitdiff
path: root/lang/gambas
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 17:27:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 17:27:41 +0000
commitc46f012d81940b298c45b9a3076f82c61fe624f5 (patch)
treef1d6f15faa73d652bb924cba4e355108b531a9e2 /lang/gambas
parent46a630f1ddc6d9469b00c0657ad75a68f35218f9 (diff)
downloadports-c46f012d81940b298c45b9a3076f82c61fe624f5.tar.gz
ports-c46f012d81940b298c45b9a3076f82c61fe624f5.zip
Notes
Diffstat (limited to 'lang/gambas')
-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)