From de327a796e9016f4259a2aac0e9b9392bf4a746e Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 26 Jul 2013 09:40:29 +0000 Subject: Fix build with recent binutils Cleanup a bit --- net/morebalance/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'net/morebalance') 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 -# +# Created by: Clement Laforet # $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 -- cgit v1.2.3