Date: Wed, 11 Dec 2013 17:06:37 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336184 - head/graphics/okular Message-ID: <201312111706.rBBH6bMe061149@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312111706.rBBH6bMe061149>