From owner-svn-ports-all@FreeBSD.ORG Thu Jul 18 10:28:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C29AB110; Thu, 18 Jul 2013 10:28:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B57563C8; Thu, 18 Jul 2013 10:28:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6IASnAF077040; Thu, 18 Jul 2013 10:28:49 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6IASnnt077039; Thu, 18 Jul 2013 10:28:49 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201307181028.r6IASnnt077039@svn.freebsd.org> From: Rene Ladan Date: Thu, 18 Jul 2013 10:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323217 - head/astro/boinc-setiathome-enhanced X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 10:28:49 -0000 Author: rene Date: Thu Jul 18 10:28:49 2013 New Revision: 323217 URL: http://svnweb.freebsd.org/changeset/ports/323217 Log: Convert to USES=gmake Modified: head/astro/boinc-setiathome-enhanced/Makefile Modified: head/astro/boinc-setiathome-enhanced/Makefile ============================================================================== --- head/astro/boinc-setiathome-enhanced/Makefile Thu Jul 18 10:25:29 2013 (r323216) +++ head/astro/boinc-setiathome-enhanced/Makefile Thu Jul 18 10:28:49 2013 (r323217) @@ -18,11 +18,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float -USES= pkgconfig +USES= gmake pkgconfig USE_XZ= yes USE_AUTOTOOLS= autoconf:env automake:env GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GCC= any CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \