[44816] trunk/dports/x11/xplanet/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 2 22:56:15 PST 2009


Revision: 44816
          http://trac.macports.org/changeset/44816
Author:   jeremyhu at macports.org
Date:     2009-01-02 22:56:15 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
xplanet: Updated X11 dependencies

Modified Paths:
--------------
    trunk/dports/x11/xplanet/Portfile

Modified: trunk/dports/x11/xplanet/Portfile
===================================================================
--- trunk/dports/x11/xplanet/Portfile	2009-01-03 06:55:03 UTC (rev 44815)
+++ trunk/dports/x11/xplanet/Portfile	2009-01-03 06:56:15 UTC (rev 44816)
@@ -3,7 +3,7 @@
 PortSystem			1.0
 name				xplanet
 version				1.2.0
-revision			1
+revision			2
 categories			x11 graphics
 maintainers			nomaintainer
 description			Render an image of a planet into an X window or file
@@ -20,8 +20,12 @@
 
 checksums			md5 87d62fcdf43ad1beec677bfb6e299ac1
 
-depends_lib			lib:libX11:XFree86 lib:libjpeg:jpeg lib:libpng:libpng \
-					lib:libtiff:tiff
+depends_lib \
+	lib:libXss.1:xorg-libXScrnSaver \
+	port:fontconfig \
+	port:libpng \
+	port:jpeg \
+	port:tiff
 
 configure.args		--with-x --with-xscreensaver --without-gif \
 					--with-jpeg --with-png --with-tiff \
@@ -37,7 +41,7 @@
 variant freetype description "Enable Freetype support for TrueType fonts" {
 	configure.args-delete	--without-freetype
 	configure.args-append	--with-freetype
-	depends_lib				lib:libfreetype:freetype
+	depends_lib-append	port:freetype
 }
 
 variant gif description "Enable GIF support" {
@@ -53,8 +57,8 @@
 }
 
 variant aqua description "Use aqua instead of X11" {
-	depends_lib-delete		lib:libX11:XFree86
-	configure.args-delete	--with-x
+	depends_lib-delete	lib:libXss.1:xorg-libXScrnSaver
+	configure.args-delete	--with-x --with-xscreensaver
 	configure.args-append	--without-x --with-aqua
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090102/e9828353/attachment.html>


More information about the macports-changes mailing list