[45282] trunk/dports/lang/guile/Portfile

devans at macports.org devans at macports.org
Mon Jan 12 13:42:50 PST 2009


Revision: 45282
          http://trac.macports.org/changeset/45282
Author:   devans at macports.org
Date:     2009-01-12 13:42:49 -0800 (Mon, 12 Jan 2009)
Log Message:
-----------
guile: add missing library dependencies, increment revision to link with latest libtool library.

Modified Paths:
--------------
    trunk/dports/lang/guile/Portfile

Modified: trunk/dports/lang/guile/Portfile
===================================================================
--- trunk/dports/lang/guile/Portfile	2009-01-12 21:39:30 UTC (rev 45281)
+++ trunk/dports/lang/guile/Portfile	2009-01-12 21:42:49 UTC (rev 45282)
@@ -5,6 +5,7 @@
 
 name		guile
 version		1.8.6
+revision        1
 categories	lang
 maintainers	nomaintainer
 platforms	darwin
@@ -44,7 +45,11 @@
 		patch-slib.scm.diff \
 		patch-libguile-fports.c.diff
 
-depends_lib	port:readline port:gmp
+depends_lib	port:readline \
+                port:gettext \
+                port:libiconv \
+                port:libtool \
+                port:gmp
 
 configure.args	CPPFLAGS="-I${prefix}/include"		\
 		LDFLAGS="-L${prefix}/lib"		\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090112/0620f691/attachment.html>


More information about the macports-changes mailing list