[36117] trunk/dports/gnome/inkscape/Portfile

gui_dos at macports.org gui_dos at macports.org
Fri Apr 18 08:18:50 PDT 2008


Revision: 36117
          http://trac.macosforge.org/projects/macports/changeset/36117
Author:   gui_dos at macports.org
Date:     2008-04-18 08:18:46 -0700 (Fri, 18 Apr 2008)

Log Message:
-----------
inkscape: lint'ed; added dependencies on poppler and boost (closes #15055)

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

Modified: trunk/dports/gnome/inkscape/Portfile
===================================================================
--- trunk/dports/gnome/inkscape/Portfile	2008-04-18 14:32:36 UTC (rev 36116)
+++ trunk/dports/gnome/inkscape/Portfile	2008-04-18 15:18:46 UTC (rev 36117)
@@ -36,8 +36,10 @@
 		port:dbus-glib \
 		port:py25-xml \
 		port:libcroco \
+		port:poppler \
 		port:py25-numpy \
-		port:py25-lxml
+		port:py25-lxml \
+		port:boost
 
 patchfiles	patch-configure.diff
 
@@ -57,7 +59,7 @@
 default_variants \
     disable_debugging
 
-variant disable_debugging conflicts enable_debugging {
+variant disable_debugging conflicts enable_debugging description {Disable debugging. Strip executables to save disk space} {
     # this variant strips the executables saving @200MB of disk space
     # at the cost of not being able to get meaningful debugging information
     # in the event of an application crash
@@ -67,7 +69,7 @@
     }
 }
 
-variant enable_debugging conflicts disable_debugging {
+variant enable_debugging conflicts disable_debugging description {Enable debugging. Executables not stripped} {
     # does nothing but offer a counter-point to disable_debugging
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080418/d8b0e542/attachment.html


More information about the macports-changes mailing list