svn commit: r323720 - head/lang/lush

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 14:23:13 UTC 2013


Author: bapt
Date: Fri Jul 26 14:23:12 2013
New Revision: 323720
URL: http://svnweb.freebsd.org/changeset/ports/323720

Log:
  Fix build with newer binutils

Modified:
  head/lang/lush/Makefile

Modified: head/lang/lush/Makefile
==============================================================================
--- head/lang/lush/Makefile	Fri Jul 26 13:27:28 2013	(r323719)
+++ head/lang/lush/Makefile	Fri Jul 26 14:23:12 2013	(r323720)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	lush
-# Date created:				20 May 2003
-# Whom:					David Yeske <dyeske at gmail.com>
-#
+# Created by: David Yeske <dyeske at gmail.com>
 # $FreeBSD$
 
 PORTNAME=	lush
@@ -11,7 +8,7 @@ CATEGORIES=	lang
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A high level object-oriented programming language
+COMMENT=	High level object-oriented programming language
 
 USES=		gettext
 USE_XORG=	xt xft
@@ -21,7 +18,7 @@ GNU_CONFIGURE=	yes
 
 WRKSRC=		${WRKDIR}/lush
 
-CONFIGURE_ENV=	LIBS="${LIBS} ${PTHREAD_LIBS} -lintl -L${LOCALBASE}/lib"
+CONFIGURE_ENV=	LIBS="${LIBS} ${PTHREAD_LIBS} -lintl -lfontconfig -L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 CONFIGURE_ARGS=	--without-bfd


More information about the svn-ports-all mailing list