diff options
author | rene <rene@FreeBSD.org> | 2013-11-19 08:16:49 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-11-19 08:16:49 +0800 |
commit | a465fbea29ccdefe016a16261687802af3735aa8 (patch) | |
tree | 22987c33fb039d5a344a1af0b9c16ff91bc2d096 /net | |
parent | f799f7dc187f6722de07ec7dc52b7dfee5350eb9 (diff) | |
download | freebsd-ports-gnome-a465fbea29ccdefe016a16261687802af3735aa8.tar.gz freebsd-ports-gnome-a465fbea29ccdefe016a16261687802af3735aa8.tar.zst freebsd-ports-gnome-a465fbea29ccdefe016a16261687802af3735aa8.zip |
- Convert to USES=dos2unix
- Use compressed format for option_USE
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc-client/Makefile | 5 |
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> |