svn commit: r308416 - head/editors/texworks

Pietro Cerutti gahr at FreeBSD.org
Fri Dec 7 08:27:29 UTC 2012


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} \


More information about the svn-ports-all mailing list