From owner-svn-ports-all@FreeBSD.ORG Fri Dec 7 08:27:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E87BFBC9; Fri, 7 Dec 2012 08:27:28 +0000 (UTC) (envelope-from gahr@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 C7ED68FC12; Fri, 7 Dec 2012 08:27:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB78RSpt056157; Fri, 7 Dec 2012 08:27:28 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB78RSwh056156; Fri, 7 Dec 2012 08:27:28 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201212070827.qB78RSwh056156@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 7 Dec 2012 08:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308416 - head/editors/texworks 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: Fri, 07 Dec 2012 08:27:29 -0000 Author: gahr Date: Fri Dec 7 08:27:28 2012 New Revision: 308416 URL: http://svnweb.freebsd.org/changeset/ports/308416 Log: - Fix pkgconf dependency declaration Feature safe: yes Reported by: jhale Modified: head/editors/texworks/Makefile Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Fri Dec 7 07:50:04 2012 (r308415) +++ head/editors/texworks/Makefile Fri Dec 7 08:27:28 2012 (r308416) @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 -USE_GNOME= pkgconfig +USE_PKGCONFIG= build USE_QT4= qmake_build gui corelib rcc_build moc_build uic_build \ dbus xml QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} \