Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2012 08:27:28 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308416 - head/editors/texworks
Message-ID:  <201212070827.qB78RSwh056156@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212070827.qB78RSwh056156>