[28411] trunk/dports/graphics/graphviz/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 30 10:55:00 PDT 2007


Revision: 28411
          http://trac.macosforge.org/projects/macports/changeset/28411
Author:   ryandesign at macports.org
Date:     2007-08-30 10:55:00 -0700 (Thu, 30 Aug 2007)

Log Message:
-----------
graphviz: make no_x11 variant *really* not depend on X11. Added new
no_pangocairo variant to exclude pango/cairo support, and made no_x11
variant require no_pangocairo. Made variant descriptions explain what
implications this has. Ticket #12564.

Modified Paths:
--------------
    trunk/dports/graphics/graphviz/Portfile

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2007-08-30 14:16:38 UTC (rev 28410)
+++ trunk/dports/graphics/graphviz/Portfile	2007-08-30 17:55:00 UTC (rev 28411)
@@ -171,8 +171,18 @@
 		--enable-ruby
 }
 
-variant no_x11 description {Do not include X11 support} {
+variant no_pangocairo description {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} {
 	depends_lib-delete \
+		port:cairo \
+		port:pango
+	configure.args-delete \
+		--with-pangocairo
+	configure.args-append \
+		--without-pangocairo
+}
+
+variant no_x11 requires no_pangocairo description {Remove X11 support (removes lefty; implies no_pangocairo)} {
+	depends_lib-delete \
 		lib:libX11.6:XFree86
 	configure.args-append \
 		--without-x

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


More information about the macports-changes mailing list