[52095] trunk/dports/graphics/giflib/Portfile

devans at macports.org devans at macports.org
Tue Jun 9 18:42:34 PDT 2009


Revision: 52095
          http://trac.macports.org/changeset/52095
Author:   devans at macports.org
Date:     2009-06-09 18:42:33 -0700 (Tue, 09 Jun 2009)
Log Message:
-----------
giflib: add +no_x11 variant, closes #18643 (maintainer timeout).

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

Modified: trunk/dports/graphics/giflib/Portfile
===================================================================
--- trunk/dports/graphics/giflib/Portfile	2009-06-10 01:15:53 UTC (rev 52094)
+++ trunk/dports/graphics/giflib/Portfile	2009-06-10 01:42:33 UTC (rev 52095)
@@ -29,4 +29,10 @@
 
 use_parallel_build              yes
 
+variant no_x11 {
+        depends_lib-delete      port:xorg-libsm
+        depends_lib-delete      port:xorg-libX11
+        configure.args-append   --without-x
+}
+
 livecheck.regex                 "<title>${name} [lindex [split ${version} .] 0].x ${name}-(\\d+(?:\\.\\d+)*) released .*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090609/c4b31788/attachment.html>


More information about the macports-changes mailing list