svn commit: r323709 - head/net/morebalance

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 09:40:30 UTC 2013


Author: bapt
Date: Fri Jul 26 09:40:29 2013
New Revision: 323709
URL: http://svnweb.freebsd.org/changeset/ports/323709

Log:
  Fix build with recent binutils
  Cleanup a bit

Modified:
  head/net/morebalance/Makefile

Modified: head/net/morebalance/Makefile
==============================================================================
--- head/net/morebalance/Makefile	Fri Jul 26 09:38:03 2013	(r323708)
+++ head/net/morebalance/Makefile	Fri Jul 26 09:40:29 2013	(r323709)
@@ -1,9 +1,5 @@
-# New ports collection Makefile for:	morebalance
-# Date created:				Wed Oct 8
-# Whom:					Clement Laforet <sheepkiller at cultdeadsheep.org>
-#
+# Created by: Clement Laforet <sheepkiller at cultdeadsheep.org>
 # $FreeBSD$
-#
 
 PORTNAME=	morebalance
 PORTVERSION=	0.4
@@ -12,7 +8,7 @@ CATEGORIES=	net
 MASTER_SITES=	http://morebalance.coolprojects.org/
 
 MAINTAINER=	ports at 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
 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


More information about the svn-ports-all mailing list