diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 17:40:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 17:40:29 +0800 |
commit | 291d6c631b21699bcb68c48c21219b75c2a3846b (patch) | |
tree | 64c313157f3263bd8f9a369406c000d24389cd5f /net | |
parent | fd8b87a294566f53651ac1e1ac5a277cd94fa56a (diff) | |
download | freebsd-ports-gnome-291d6c631b21699bcb68c48c21219b75c2a3846b.tar.gz freebsd-ports-gnome-291d6c631b21699bcb68c48c21219b75c2a3846b.tar.zst freebsd-ports-gnome-291d6c631b21699bcb68c48c21219b75c2a3846b.zip |
Fix build with recent binutils
Cleanup a bit
Diffstat (limited to 'net')
-rw-r--r-- | net/morebalance/Makefile | 11 |
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 |