[52584] trunk/dports/gnome/gnome/Portfile

devans at macports.org devans at macports.org
Thu Jun 18 23:34:23 PDT 2009


Revision: 52584
          http://trac.macports.org/changeset/52584
Author:   devans at macports.org
Date:     2009-06-18 23:34:22 -0700 (Thu, 18 Jun 2009)
Log Message:
-----------
gnome mega-port: replace inkscape port dependency with path to allow either inkscape or inkscape-devel, format variants.

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

Modified: trunk/dports/gnome/gnome/Portfile
===================================================================
--- trunk/dports/gnome/gnome/Portfile	2009-06-19 05:53:14 UTC (rev 52583)
+++ trunk/dports/gnome/gnome/Portfile	2009-06-19 06:34:22 UTC (rev 52584)
@@ -41,14 +41,16 @@
     ui_msg "See also http://trac.macports.org/wiki/GNOME for instructions and examples"
 }
 
-# insert tons'o'variants here
-
 variant office description {Include GNOME office applications} {
-    depends_lib-append port:gnumeric port:abiword-x11 port:dia port:planner
+    depends_lib-append port:gnumeric \
+                       port:abiword-x11 \
+                       port:dia \
+                       port:planner
 }
 
 variant graphics description {Include GNOME graphics applications} {
-    depends_lib-append port:inkscape port:gimp
+    depends_lib-append path:bin/inkscape:inkscape \
+                       port:gimp
 }
 
 variant bindings description {Include GNOME bindings suite for C++, perl and python} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090618/a3fb3820/attachment.html>


More information about the macports-changes mailing list