[93316] trunk/dports/lang/dmd/Portfile

and.damore at macports.org and.damore at macports.org
Sat May 19 15:28:47 PDT 2012


Revision: 93316
          https://trac.macports.org/changeset/93316
Author:   and.damore at macports.org
Date:     2012-05-19 15:28:43 -0700 (Sat, 19 May 2012)
Log Message:
-----------
port dmd: adding missing run dependency on dmd's runtime environment libraries phobos and druntime, openmaintainer

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

Modified: trunk/dports/lang/dmd/Portfile
===================================================================
--- trunk/dports/lang/dmd/Portfile	2012-05-19 20:43:35 UTC (rev 93315)
+++ trunk/dports/lang/dmd/Portfile	2012-05-19 22:28:43 UTC (rev 93316)
@@ -6,7 +6,7 @@
 
 set dlang           D-Programming-Language
 github.setup        ${dlang} dmd 2.059 v
-revision            2
+revision            3
 categories          lang
 platforms           darwin
 supported_archs     i386 x86_64
@@ -25,6 +25,9 @@
 
 worksrcdir          ${name}
 
+depends_run         port:druntime \
+                    port:phobos
+
 post-patch {
     reinplace "s|gcc|${configure.cc}|" ${worksrcpath}/src/posix.mak
     reinplace "s|gcc|${configure.cc}|" ${worksrcpath}/src/link.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120519/f4fc343a/attachment.html>


More information about the macports-changes mailing list