[120259] trunk/dports/kde/okular/Portfile

devans at macports.org devans at macports.org
Tue May 20 14:26:15 PDT 2014


Revision: 120259
          https://trac.macports.org/changeset/120259
Author:   devans at macports.org
Date:     2014-05-20 14:26:15 -0700 (Tue, 20 May 2014)
Log Message:
-----------
okular: add dependency on libkexiv2 and rebuild to avoid opportunistic configuration.

Modified Paths:
--------------
    trunk/dports/kde/okular/Portfile

Modified: trunk/dports/kde/okular/Portfile
===================================================================
--- trunk/dports/kde/okular/Portfile	2014-05-20 21:06:53 UTC (rev 120258)
+++ trunk/dports/kde/okular/Portfile	2014-05-20 21:26:15 UTC (rev 120259)
@@ -6,6 +6,7 @@
 
 name                okular
 version             4.12.5
+revision            1
 categories          kde kde4
 license             GPL-2+ LGPL-2+
 maintainers         nicos openmaintainer
@@ -27,6 +28,9 @@
 #Binaries do not link to openssl, nor use the ssl backend of kdelibs4
 license_noconflict  openssl
 
+# okular will use libkexiv2 if available
+# add dependency to ensure a consistent build
+
 depends_lib-append  port:kdelibs4 \
                     port:oxygen-icons \
                     port:poppler-qt4-mac port:libspectre \
@@ -34,6 +38,7 @@
                     port:ebook-tools port:tiff \
                     port:qca port:qimageblitz \
                     port:freetype port:zlib \
+                    port:libkexiv2 \
                     port:jpeg
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140520/80bedf0a/attachment.html>


More information about the macports-changes mailing list