[40163] trunk/dports/graphics/imlib/Portfile

takanori at macports.org takanori at macports.org
Mon Sep 22 20:01:38 PDT 2008


Revision: 40163
          http://trac.macports.org/changeset/40163
Author:   takanori at macports.org
Date:     2008-09-22 20:01:38 -0700 (Mon, 22 Sep 2008)
Log Message:
-----------
imlib:
* Allow building with giflib.
 1. If libungif already exists, it will be used. (This is just for backward compatibility and is not recommended at all.)
 2. If there is no GIF library, giflib will be installed. (I believe this is a better choice than libungif.)

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

Modified: trunk/dports/graphics/imlib/Portfile
===================================================================
--- trunk/dports/graphics/imlib/Portfile	2008-09-23 02:44:53 UTC (rev 40162)
+++ trunk/dports/graphics/imlib/Portfile	2008-09-23 03:01:38 UTC (rev 40163)
@@ -20,7 +20,7 @@
 checksums			md5 7db987e6c52e4daf70d7d0f471238eae
 
 depends_lib			port:gtk1 port:jpeg port:tiff \
-					port:libungif port:libpng
+					path:${prefix}/include/gif_lib.h:giflib port:libpng
 
 configure.args		--mandir=${prefix}/share/man
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080922/026007d7/attachment.html 


More information about the macports-changes mailing list