diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-02 17:27:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-02 17:27:41 +0000 |
commit | c46f012d81940b298c45b9a3076f82c61fe624f5 (patch) | |
tree | f1d6f15faa73d652bb924cba4e355108b531a9e2 /lang/gambas | |
parent | 46a630f1ddc6d9469b00c0657ad75a68f35218f9 (diff) | |
download | ports-c46f012d81940b298c45b9a3076f82c61fe624f5.tar.gz ports-c46f012d81940b298c45b9a3076f82c61fe624f5.zip |
Notes
Diffstat (limited to 'lang/gambas')
-rw-r--r-- | lang/gambas/Makefile | 2 |
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) |