Date: Mon, 13 May 2019 04:12:07 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501513 - head/net/boinc-client Message-ID: <201905130412.x4D4C72V086844@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Mon May 13 04:12:07 2019 New Revision: 501513 URL: https://svnweb.freebsd.org/changeset/ports/501513 Log: net/boinc-client: Merge the two MANAGER_USES after r501369 Modified: head/net/boinc-client/Makefile Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Mon May 13 02:41:45 2019 (r501512) +++ head/net/boinc-client/Makefile Mon May 13 04:12:07 2019 (r501513) @@ -4,7 +4,7 @@ PORTNAME= boinc-client PORTVERSION= 7.8.6 DISTVERSIONPREFIX= client_release/7.8/ -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= ler@FreeBSD.org @@ -56,7 +56,6 @@ NO_NET_INFO_DESC= Do not send host address and name to OPTIONS_SUB= yes -MANAGER_USES= iconv MANAGER_LIB_DEPENDS= libnotify.so:devel/libnotify \ libfontconfig.so:x11-fonts/fontconfig \ libsqlite3.so:databases/sqlite3 \ @@ -64,7 +63,7 @@ MANAGER_LIB_DEPENDS= libnotify.so:devel/libnotify \ MANAGER_CONFIGURE_ON= --with-sqlite3-prefix=${LOCALBASE} MANAGER_CONFIGURE_OFF= --with-wx-config=false --without-x MANAGER_CONFIGURE_ENABLE=manager -MANAGER_USES= gnome +MANAGER_USES= gnome iconv MANAGER_USE= GNOME=cairo,gdkpixbuf2,glib20,gtk20,pango \ XORG=xcb,x11,xext,xscrnsaver WX=3.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905130412.x4D4C72V086844>