[135837] trunk/dports/audio/mpd/Portfile
rmstonecipher at macports.org
rmstonecipher at macports.org
Mon May 4 14:27:48 PDT 2015
Revision: 135837
https://trac.macports.org/changeset/135837
Author: rmstonecipher at macports.org
Date: 2015-05-04 14:27:48 -0700 (Mon, 04 May 2015)
Log Message:
-----------
audio/mpd added missing build dependency (boost)
Modified Paths:
--------------
trunk/dports/audio/mpd/Portfile
Modified: trunk/dports/audio/mpd/Portfile
===================================================================
--- trunk/dports/audio/mpd/Portfile 2015-05-04 21:12:38 UTC (rev 135836)
+++ trunk/dports/audio/mpd/Portfile 2015-05-04 21:27:48 UTC (rev 135837)
@@ -6,6 +6,7 @@
name mpd
version 0.19.9
+revision 1
set branch [join [lrange [split ${version} .] 0 1] .]
categories audio
maintainers rmstonecipher openmaintainer
@@ -23,7 +24,9 @@
use_xz yes
checksums rmd160 1860665c1b75a372b46892df4307ed0346419bbb \
sha256 47851423053cd38cfad65be5985b41b7cd5bdbe8d0d13378e11748a28b19f26f
-depends_build port:pkgconfig
+depends_build \
+ port:pkgconfig \
+ port:boost
depends_lib \
port:audiofile \
port:cdparanoia \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150504/e09b04f9/attachment.html>
More information about the macports-changes
mailing list