aboutsummaryrefslogtreecommitdiff
path: root/net/morebalance
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 09:40:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 09:40:29 +0000
commitde327a796e9016f4259a2aac0e9b9392bf4a746e (patch)
tree64c313157f3263bd8f9a369406c000d24389cd5f /net/morebalance
parent73a440a7eff006a56d4e817c3760c21bf1194689 (diff)
downloadports-de327a796e9016f4259a2aac0e9b9392bf4a746e.tar.gz
ports-de327a796e9016f4259a2aac0e9b9392bf4a746e.zip
Fix build with recent binutils
Cleanup a bit
Notes
Notes: svn path=/head/; revision=323709
Diffstat (limited to 'net/morebalance')
-rw-r--r--net/morebalance/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile
index 07c99be7aa62..3be49bb258c0 100644
--- a/net/morebalance/Makefile
+++ b/net/morebalance/Makefile
@@ -1,9 +1,5 @@
-# New ports collection Makefile for: morebalance
-# Date created: Wed Oct 8
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
+# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
# $FreeBSD$
-#
PORTNAME= morebalance
PORTVERSION= 0.4
@@ -12,7 +8,7 @@ CATEGORIES= net
MASTER_SITES= http://morebalance.coolprojects.org/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A modular open source user-space load balancing system
+COMMENT= Modular open source user-space load balancing system
LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre \
gnutls.26:${PORTSDIR}/security/gnutls \
@@ -22,8 +18,7 @@ CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USES= gettext
-LDFLAGS+= -L${LOCALBASE}/lib -lpcre -lggz -lgnutls \
- -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+LDFLAGS+= -L${LOCALBASE}/lib -lpcre -lggz -lgnutls -lintl ${PTHREAD_LIBS}
MAN1= morebalance.1
MAN5= morebalance.conf.5