diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2013-12-11 17:06:36 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2013-12-11 17:06:36 +0000 |
commit | be5a820a069762fd7f95679b6eeb021c45c783d6 (patch) | |
tree | 1a62eeba2c029d90435f2cc65c08da7fa0e86739 /graphics/okular | |
parent | 2a9404ff4940a12f11e497507b5d3505736c9cf4 (diff) |
- Add dependency on pkgconfig (libspectre is not detected otherwise,
and several files are not installed).
Notes
Notes:
svn path=/head/; revision=336184
Diffstat (limited to 'graphics/okular')
-rw-r--r-- | graphics/okular/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index d8088acc7b90..e51d99f87cfb 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -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}/graphics/djvulibre \ 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 |