[152192] trunk/dports/devel/rtags/Portfile

sean at macports.org sean at macports.org
Wed Aug 31 13:59:06 PDT 2016


Revision: 152192
          https://trac.macports.org/changeset/152192
Author:   sean at macports.org
Date:     2016-08-31 13:59:06 -0700 (Wed, 31 Aug 2016)
Log Message:
-----------
rtags: use correct clang dependency; fixes #51892

Modified Paths:
--------------
    trunk/dports/devel/rtags/Portfile

Modified: trunk/dports/devel/rtags/Portfile
===================================================================
--- trunk/dports/devel/rtags/Portfile	2016-08-31 20:59:03 UTC (rev 152191)
+++ trunk/dports/devel/rtags/Portfile	2016-08-31 20:59:06 UTC (rev 152192)
@@ -6,6 +6,7 @@
 PortGroup           github 1.0
 
 github.setup        Andersbakken rtags 2.3 v
+revision            1
 categories          devel
 platforms           darwin
 license             GPL-3+
@@ -16,8 +17,8 @@
                     integration for Emacs based on clang
 long_description    ${description}
 
-# just pick the newest version of llvm (make sure to update below)
-depends_lib-append  port:llvm-3.8
+# just pick the newest version of clang (make sure to update below)
+depends_lib-append  port:clang-3.8
 
 # Fetch from git instead of distfile because it needs submodules
 fetch.type          git
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160831/b53ba821/attachment.html>


More information about the macports-changes mailing list