Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2013 00:16:49 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334277 - head/net/boinc-client
Message-ID:  <201311190016.rAJ0GnjO030190@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Nov 19 00:16:49 2013
New Revision: 334277
URL: http://svnweb.freebsd.org/changeset/ports/334277

Log:
  - Convert to USES=dos2unix
  - Use compressed format for option_USE

Modified:
  head/net/boinc-client/Makefile

Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile	Mon Nov 18 23:37:36 2013	(r334276)
+++ head/net/boinc-client/Makefile	Tue Nov 19 00:16:49 2013	(r334277)
@@ -9,12 +9,11 @@ MASTER_SITES=	ftp://rene-ladan.nl/pub/di
 MAINTAINER=	rene@FreeBSD.org
 COMMENT=	Berkeley Open Infrastructure for Network Computing client
 
-USES=		gmake pkgconfig
+USES=		dos2unix gmake pkgconfig
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoconf:env automake:env libtoolize:env
 USE_LDCONFIG=	yes
-USE_DOS2UNIX=	yes
 DOS2UNIX_REGEX=	.*\.xpm
 
 USERS=		boinc
@@ -70,7 +69,7 @@ LINUX_USE=		LINUX=yes
 #OPTIMIZE_CONFIGURE_ENBABLE=	optimize
 
 X11_LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
-X11_USE=		GL=glut XORG=xmu XORG=xi
+X11_USE=		GL=glut XORG=xmu,xi
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311190016.rAJ0GnjO030190>