From owner-svn-ports-all@FreeBSD.ORG Fri Feb 27 16:47:05 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5374548E; Fri, 27 Feb 2015 16:47:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E1C33C7; Fri, 27 Feb 2015 16:47:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1RGl5Bj077744; Fri, 27 Feb 2015 16:47:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1RGl5Xi077743; Fri, 27 Feb 2015 16:47:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502271647.t1RGl5Xi077743@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 Feb 2015 16:47:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380106 - head/science/avogadro 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.18-1 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: Fri, 27 Feb 2015 16:47:05 -0000 Author: amdmi3 Date: Fri Feb 27 16:47:04 2015 New Revision: 380106 URL: https://svnweb.freebsd.org/changeset/ports/380106 QAT: https://qat.redports.org/buildarchive/r380106/ Log: - Switch to linguisttools_build Modified: head/science/avogadro/Makefile Modified: head/science/avogadro/Makefile ============================================================================== --- head/science/avogadro/Makefile Fri Feb 27 16:45:50 2015 (r380105) +++ head/science/avogadro/Makefile Fri Feb 27 16:47:04 2015 (r380106) @@ -22,7 +22,7 @@ OPTIONS_SUB= yes USES= cmake desktop-file-utils pkgconfig tar:bzip2 USE_GL= glu gl USE_QT4= gui network opengl \ - linguist_build moc_build qmake_build rcc_build uic_build + linguisttools_build moc_build qmake_build rcc_build uic_build CMAKE_ARGS= -DENABLE_GLSL=OFF \ -DQT_MKSPECS_RELATIVE=share/qt4/mkspecs USE_LDCONFIG= yes