svn commit: r336184 - head/graphics/okular

Alberto Villa avilla at FreeBSD.org
Wed Dec 11 17:06:37 UTC 2013


Author: avilla
Date: Wed Dec 11 17:06:36 2013
New Revision: 336184
URL: http://svnweb.freebsd.org/changeset/ports/336184

Log:
  - Add dependency on pkgconfig (libspectre is not detected otherwise,
    and several files are not installed).

Modified:
  head/graphics/okular/Makefile

Modified: head/graphics/okular/Makefile
==============================================================================
--- head/graphics/okular/Makefile	Wed Dec 11 16:55:56 2013	(r336183)
+++ head/graphics/okular/Makefile	Wed Dec 11 17:06:36 2013	(r336184)
@@ -2,7 +2,7 @@
 
 PORTNAME=	okular
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src
@@ -24,7 +24,7 @@ LIB_DEPENDS=	djvulibre:${PORTSDIR}/graph
 CONFLICTS=	kdegraphics-4.[0-6].*
 
 USE_KDE4=	kdehier kdelibs kdeprefix automoc4 qimageblitz kactivities
-USES=		cmake:outsource
+USES=		cmake:outsource pkgconfig
 USE_QT4=	corelib declarative gui opengl xml \
 		qmake_build moc_build uic_build rcc_build
 USE_XZ=		yes


More information about the svn-ports-head mailing list