[125646] trunk/dports/science/gr-air-modes/Portfile
michaelld at macports.org
michaelld at macports.org
Tue Sep 23 08:15:04 PDT 2014
Revision: 125646
https://trac.macports.org/changeset/125646
Author: michaelld at macports.org
Date: 2014-09-23 08:15:03 -0700 (Tue, 23 Sep 2014)
Log Message:
-----------
gr-air-modes: add runtime dependency on py*-zmq.
Modified Paths:
--------------
trunk/dports/science/gr-air-modes/Portfile
Modified: trunk/dports/science/gr-air-modes/Portfile
===================================================================
--- trunk/dports/science/gr-air-modes/Portfile 2014-09-23 14:46:59 UTC (rev 125645)
+++ trunk/dports/science/gr-air-modes/Portfile 2014-09-23 15:15:03 UTC (rev 125646)
@@ -8,6 +8,7 @@
github.setup bistromath gr-air-modes cc0fa1801b077c139939bc963cff17fd65ebfca1
version 20140214
+revision 1
checksums rmd160 69eb20b0612b6dc5fa9792232da5bd8a66e0f137 \
sha256 3df54e224f742e1a67576935aea6f7b56a786f9a28cafebaa4bac619807110d3
@@ -111,6 +112,12 @@
depends_lib-append \
port:${p}
+ # pyzmq is not checked for at configure, but is
+ # required for runtime; so use depends_run.
+
+ depends_run-append \
+ port:py${s}-zmq
+
# pyqt4 is checked for at configure, then required for
# runtime; so use depends_lib to get both. Can use
# either py*-pyqt4 or py*-pyqt4-devel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140923/cf24f56b/attachment.html>
More information about the macports-changes
mailing list