[50595] trunk/dports/gnome/evince/Portfile

devans at macports.org devans at macports.org
Mon May 4 15:49:19 PDT 2009


Revision: 50595
          http://trac.macports.org/changeset/50595
Author:   devans at macports.org
Date:     2009-05-04 15:49:19 -0700 (Mon, 04 May 2009)
Log Message:
-----------
evince: add support for Type 1 fonts in dvi.

Modified Paths:
--------------
    trunk/dports/gnome/evince/Portfile

Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile	2009-05-04 22:39:08 UTC (rev 50594)
+++ trunk/dports/gnome/evince/Portfile	2009-05-04 22:49:19 UTC (rev 50595)
@@ -5,6 +5,7 @@
 
 name            evince
 version         2.26.1
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Evince is a document viewer for multiple document formats like pdf, and many others.
 long_description \
@@ -24,6 +25,7 @@
                 port:gnome-keyring \
                 port:gnome-icon-theme \
                 port:poppler \
+                port:t1lib \
                 port:xorg-libsm \
                 port:nautilus
 
@@ -36,7 +38,6 @@
 configure.args  --disable-scrollkeeper \
                 --disable-introspection \
                 --disable-djvu \
-                --disable-t1lib \
                 --disable-ps \
                 --enable-pdf \
                 --enable-tiff \
@@ -44,6 +45,7 @@
                 --enable-impress \
                 --enable-comics \
                 --enable-nautilus \
+                --enable-t1lib \
                 --enable-pixbuf \
                 --mandir=${prefix}/share/man
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090504/6f78a9d9/attachment.html>


More information about the macports-changes mailing list