aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-02-06 03:20:46 +0800
committerJohn Marino <marino@FreeBSD.org>2014-02-06 03:20:46 +0800
commitdfa6502b342a563925d74600bab6f16c30c652e1 (patch)
treec1e3230ca4d0369a45e739b1f8905ca585a3fe31 /net
parent07162f3ba75d0fc805736370dc407b7bf7230b45 (diff)
downloadfreebsd-ports-gnome-dfa6502b342a563925d74600bab6f16c30c652e1.tar.gz
freebsd-ports-gnome-dfa6502b342a563925d74600bab6f16c30c652e1.tar.zst
freebsd-ports-gnome-dfa6502b342a563925d74600bab6f16c30c652e1.zip
net/morebalance: Explicitly link libz (taken from dports)
Diffstat (limited to 'net')
-rw-r--r--net/morebalance/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile
index 5f748878ec8c..b5b00e5b6571 100644
--- a/net/morebalance/Makefile
+++ b/net/morebalance/Makefile
@@ -18,7 +18,8 @@ CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USES= gettext
-LDFLAGS+= -L${LOCALBASE}/lib -lpcre -lggz -lgnutls -lintl ${PTHREAD_LIBS}
+LDFLAGS+= -lz ${PTHREAD_LIBS}
+LDFLAGS+= -L${LOCALBASE}/lib -lpcre -lggz -lgnutls -lintl
MAN1= morebalance.1
MAN5= morebalance.conf.5