Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 22:40:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325924 - head/graphics/nomacs
Message-ID:  <201309012240.r81MeMMp040377@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Sep  1 22:40:22 2013
New Revision: 325924
URL: http://svnweb.freebsd.org/changeset/ports/325924

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/graphics/nomacs/Makefile

Modified: head/graphics/nomacs/Makefile
==============================================================================
--- head/graphics/nomacs/Makefile	Sun Sep  1 22:36:56 2013	(r325923)
+++ head/graphics/nomacs/Makefile	Sun Sep  1 22:40:22 2013	(r325924)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	exiv2:${PORTSDIR}/graphics/
 		sysinfo:${PORTSDIR}/devel/libsysinfo
 
 USE_BZIP2=	yes
-USES=		cmake desktop-file-utils
+USES=		cmake desktop-file-utils pkgconfig
 USE_QT4=	gui network linguist_build moc_build \
 		qmake_build rcc_build uic_build
 LDFLAGS+=	-lsysinfo -lkvm



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