[38916] trunk/dports/graphics/poppler/Portfile

rhwood at macports.org rhwood at macports.org
Sat Aug 2 04:11:13 PDT 2008


Revision: 38916
          http://trac.macosforge.org/projects/macports/changeset/38916
Author:   rhwood at macports.org
Date:     2008-08-02 04:11:13 -0700 (Sat, 02 Aug 2008)
Log Message:
-----------
Add X11 variant

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

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2008-08-02 11:04:03 UTC (rev 38915)
+++ trunk/dports/graphics/poppler/Portfile	2008-08-02 11:11:13 UTC (rev 38916)
@@ -34,10 +34,16 @@
     --enable-zlib \
     --mandir=${prefix}/share/man
 
-variant quartz description { Support for the native Mac OS X interface } {
+variant quartz conflicts x11 description { Support for the native Mac OS X interface } {
     configure.args-append --disable-gtk-test --without-x
 }
 
+variant x11 conflicts quartz description { Support for the X11 user interface } {
+    depends_lib-append	\
+        lib:libX11.6:XFree86 \
+	port:xrender
+}
+
 test.run		yes
 test.dir		${worksrcpath}/test
 test.target		all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080802/8d6d33fc/attachment-0001.html 


More information about the macports-changes mailing list