[46379] trunk/dports/print/ghostscript/Portfile

devans at macports.org devans at macports.org
Tue Feb 3 15:39:24 PST 2009


Revision: 46379
          http://trac.macports.org/changeset/46379
Author:   devans at macports.org
Date:     2009-02-03 15:39:24 -0800 (Tue, 03 Feb 2009)
Log Message:
-----------
ghostscript: add +no_x11 variant.

Modified Paths:
--------------
    trunk/dports/print/ghostscript/Portfile

Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile	2009-02-03 23:03:59 UTC (rev 46378)
+++ trunk/dports/print/ghostscript/Portfile	2009-02-03 23:39:24 UTC (rev 46379)
@@ -79,6 +79,12 @@
 
 universal_variant       no
 
+variant no_x11 {
+    depends_lib-delete port:xorg-libXext
+    depends_lib-delete port:xorg-libXt
+    configure.args-append --without-x
+}
+
 variant cups description {Enable cups support} {
     configure.args-delete --disable-cups
     configure.args-append --enable-cups
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090203/9a1891ee/attachment.html>


More information about the macports-changes mailing list