Revision
124901
Author
devans@macports.org
Date
2014-08-30 12:48:45 -0700 (Sat, 30 Aug 2014)

Log Message

gtk-doc: use source-highlight instead of vim for highlighting, avoids circular dependency through gtk2 when using vim +gtk2.

Modified Paths

Diff

Modified: trunk/dports/gnome/gtk-doc/Portfile (124900 => 124901)


--- trunk/dports/gnome/gtk-doc/Portfile	2014-08-30 19:39:01 UTC (rev 124900)
+++ trunk/dports/gnome/gtk-doc/Portfile	2014-08-30 19:48:45 UTC (rev 124901)
@@ -5,7 +5,7 @@
 
 name            gtk-doc
 version         1.20
-revision        4
+revision        5
 categories      gnome devel
 license         GPL-2+
 installs_libs   no
@@ -41,13 +41,14 @@
                 port:docbook-xml \
                 port:docbook-xsl \
                 port:itstool \
-                port:vim
+                port:source-highlight
 
 patchfiles      patch-gtkdoc-mkdb.in.diff
 
 configure.perl  ${prefix}/bin/perl5.16
 configure.env-append XSLTPROC=${prefix}/bin/xsltproc
-configure.args  --with-xml-catalog=${prefix}/etc/xml/catalog
+configure.args  --with-xml-catalog=${prefix}/etc/xml/catalog \
+                --with-highlight=source-highlight
 
 # TODO Enable test support.