svn commit: r325924 - head/graphics/nomacs

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 1 22:40:23 UTC 2013


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


More information about the svn-ports-all mailing list