aboutsummaryrefslogtreecommitdiff
path: root/net/boinc-client
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-19 00:16:49 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-19 00:16:49 +0000
commite38d14745dd717bb34d894d425ee6e0756198177 (patch)
tree22987c33fb039d5a344a1af0b9c16ff91bc2d096 /net/boinc-client
parent9479eba4314f7440532c3d77efe18d04b93d6ea8 (diff)
downloadports-e38d14745dd717bb34d894d425ee6e0756198177.tar.gz
ports-e38d14745dd717bb34d894d425ee6e0756198177.zip
- Convert to USES=dos2unix
- Use compressed format for option_USE
Notes
Notes: svn path=/head/; revision=334277
Diffstat (limited to 'net/boinc-client')
-rw-r--r--net/boinc-client/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index 03cd0b7bc6fa..2c36a39dd5bf 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -9,12 +9,11 @@ MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
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>