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

ryandesign at macports.org ryandesign at macports.org
Sun May 17 12:28:37 PDT 2015


Revision: 136464
          https://trac.macports.org/changeset/136464
Author:   ryandesign at macports.org
Date:     2015-05-17 12:28:37 -0700 (Sun, 17 May 2015)
Log Message:
-----------
guile: change pkgconfig to a library dependency (#47744)

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

Modified: trunk/dports/lang/guile/Portfile
===================================================================
--- trunk/dports/lang/guile/Portfile	2015-05-17 17:28:43 UTC (rev 136463)
+++ trunk/dports/lang/guile/Portfile	2015-05-17 19:28:37 UTC (rev 136464)
@@ -6,7 +6,7 @@
 
 name		guile
 version		2.0.11
-revision        1
+revision        2
 categories	lang
 maintainers	nomaintainer
 platforms	darwin
@@ -38,7 +38,6 @@
 checksums    rmd160  e375607a569cba8ebecd9a15d4c25abe10abfd85 \
              sha256  e6786c934346fa2e38e46d8d81a622bb1c16d130153523f6129fcd79ef1fb040
 
-depends_build   path:bin/pkg-config:pkgconfig
 depends_lib	    port:readline \
                 port:gettext \
                 port:libiconv \
@@ -48,6 +47,9 @@
                 port:boehmgc \
                 port:libffi
 
+# guile-config is a wrapper around pkg-config
+depends_lib-append   port:pkgconfig
+
 configure.args	CPPFLAGS="-I${prefix}/include"		\
 		LDFLAGS="-L${prefix}/lib"		\
 		--infodir="${prefix}/share/info"	\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150517/9bafe267/attachment.html>


More information about the macports-changes mailing list