[105948] trunk/dports/python/py-djvubind/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri May 10 19:26:36 PDT 2013


Revision: 105948
          https://trac.macports.org/changeset/105948
Author:   ryandesign at macports.org
Date:     2013-05-10 19:26:36 -0700 (Fri, 10 May 2013)
Log Message:
-----------
py-djvubind: move dependencies to subports

Modified Paths:
--------------
    trunk/dports/python/py-djvubind/Portfile

Modified: trunk/dports/python/py-djvubind/Portfile
===================================================================
--- trunk/dports/python/py-djvubind/Portfile	2013-05-11 02:25:35 UTC (rev 105947)
+++ trunk/dports/python/py-djvubind/Portfile	2013-05-11 02:26:36 UTC (rev 105948)
@@ -21,12 +21,6 @@
                                 combines the djvulibre tools, minidjvu, and tesseract to provide a \
                                 simple, single command creation of a djvu file.
 
-depends_lib-append              port:djvulibre \
-                                port:ImageMagick \
-                                port:minidjvu \
-                                port:tesseract \
-                                port:cuneiform
-
 distname                        djvubind-${version}
 use_bzip2                       yes
 
@@ -36,6 +30,12 @@
                                 sha256  440a22ca948fb0cf5f2b6e44b1a59a4754859239aadddfc3a0f974526afc3a9e
 
 if {${subport} != ${name}} {
+    depends_lib-append              port:djvulibre \
+                                    port:ImageMagick \
+                                    port:minidjvu \
+                                    port:tesseract \
+                                    port:cuneiform
+
     patchfiles                      patch-setup.py.diff
     post-patch {
         reinplace "s|/usr/bin/env python3|${python.bin}|" ${worksrcpath}/bin/djvubind
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130510/64e51fdb/attachment.html>


More information about the macports-changes mailing list