summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/argus-clients')
-rw-r--r--net-analyzer/argus-clients/argus-clients-3.0.8.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.3.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.8.3.ebuild
index f27f15cd9303..55425715a1ae 100644
--- a/net-analyzer/argus-clients/argus-clients-3.0.8.3.ebuild
+++ b/net-analyzer/argus-clients/argus-clients-3.0.8.3.ebuild
@@ -63,7 +63,7 @@ src_configure() {
src_compile() {
emake \
CCOPT="${CFLAGS} ${LDFLAGS}" \
- RANLIB=$(tc-getRANLIB) \
+ RANLIB="$(tc-getRANLIB)" \
CURSESLIB="$( $(tc-getPKG_CONFIG) --libs ncurses)"
}