[85537] trunk/dports/gnome/policykit-gnome/Portfile

jmr at macports.org jmr at macports.org
Fri Oct 14 00:47:51 PDT 2011


Revision: 85537
          http://trac.macports.org/changeset/85537
Author:   jmr at macports.org
Date:     2011-10-14 00:47:51 -0700 (Fri, 14 Oct 2011)
Log Message:
-----------
policykit-gnome: always depend on gtk-doc because of autoreconf

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

Modified: trunk/dports/gnome/policykit-gnome/Portfile
===================================================================
--- trunk/dports/gnome/policykit-gnome/Portfile	2011-10-14 07:41:38 UTC (rev 85536)
+++ trunk/dports/gnome/policykit-gnome/Portfile	2011-10-14 07:47:51 UTC (rev 85537)
@@ -23,7 +23,8 @@
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:gnome-common
+                port:gnome-common \
+                port:gtk-doc
 
 depends_lib     port:gconf \
                 port:policykit
@@ -33,7 +34,8 @@
 
 variant docs description {Build API docs using gtk-doc} {
         configure.args-delete --disable-gtk-doc
-        depends_build-append  port:gtk-doc
+        # autoreconf always needs gtk-doc
+        #depends_build-append  port:gtk-doc
 }
 
 # A buggy glibtool was used to build the 0.101 package causing build failures
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111014/8aae03a9/attachment.html>


More information about the macports-changes mailing list