[146275] trunk/dports/textproc/dict/Portfile

jmpp at macports.org jmpp at macports.org
Wed Mar 2 22:16:58 PST 2016


Revision: 146275
          https://trac.macports.org/changeset/146275
Author:   jmpp at macports.org
Date:     2016-03-02 22:16:58 -0800 (Wed, 02 Mar 2016)
Log Message:
-----------
Switching the libtool dependency from build to lib, since the port links against libltdl.7 and therefore depends on it at runtime.
If the dependency is listed as build, "port instaled leaves" may report libtool as no longer being required, thus breaking the dict
port if uninstalled.

Modified Paths:
--------------
    trunk/dports/textproc/dict/Portfile

Modified: trunk/dports/textproc/dict/Portfile
===================================================================
--- trunk/dports/textproc/dict/Portfile	2016-03-03 06:13:02 UTC (rev 146274)
+++ trunk/dports/textproc/dict/Portfile	2016-03-03 06:16:58 UTC (rev 146275)
@@ -20,7 +20,7 @@
 master_sites		ftp://ftp.dict.org/pub/dict/
 distname		${name}d-${version}
 checksums		md5 baa8f18dd0373e7053658be99d40d5db
-depends_build		lib:ltdl.3:libtool
+depends_lib		lib:ltdl.3:libtool
 
 patchfiles		patch-configure
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160302/32469302/attachment.html>


More information about the macports-changes mailing list