[31661] trunk/dports/graphics/libcaca/Portfile
rhwood at macports.org
rhwood at macports.org
Sun Dec 2 02:14:41 PST 2007
Revision: 31661
http://trac.macosforge.org/projects/macports/changeset/31661
Author: rhwood at macports.org
Date: 2007-12-02 02:14:39 -0800 (Sun, 02 Dec 2007)
Log Message:
-----------
Add X11 variant instead of a Quartz variant since this port's primary
dependency, mplayer, also has a X11 variant. Gst-plugins-good, the other
dependency on this port, has no variants, but also since libcaca is an ascii
art program, I am not really concerned about this.
Modified Paths:
--------------
trunk/dports/graphics/libcaca/Portfile
Modified: trunk/dports/graphics/libcaca/Portfile
===================================================================
--- trunk/dports/graphics/libcaca/Portfile 2007-12-02 08:43:33 UTC (rev 31660)
+++ trunk/dports/graphics/libcaca/Portfile 2007-12-02 10:14:39 UTC (rev 31661)
@@ -12,7 +12,7 @@
or text terminals. It is not unlike the famous AAlib library.
homepage http://sam.zoy.org/projects/libcaca/
platforms darwin
-depends_lib lib:libX11.6:XFree86
+depends_lib port:ncurses
master_sites ${homepage}
use_bzip2 yes
checksums md5 c7d5c46206091a9203fcb214abb25e4a
@@ -20,6 +20,11 @@
configure.args --mandir=${prefix}/share/man \
--disable-win32 --disable-conio --disable-slang \
--disable-imlib2 --disable-doc \
- --enable-x11 --enable-ncurses
+ --enable-ncurses
# add Imlib2 support once Imlib2 is ported
+
+variant x11 description { Add X11 driver support } {
+ depends_lib-append lib:libX11.6:XFree86
+ configure.args-append --enable-x11
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071202/c55647ba/attachment.html
More information about the macports-changes
mailing list