svn commit: r334277 - head/net/boinc-client
Rene Ladan
rene at FreeBSD.org
Tue Nov 19 00:16:50 UTC 2013
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 at 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>
More information about the svn-ports-head
mailing list