[103755] trunk/dports/science/gr-osmosdr/Portfile

michaelld at macports.org michaelld at macports.org
Wed Mar 6 08:19:47 PST 2013


Revision: 103755
          https://trac.macports.org/changeset/103755
Author:   michaelld at macports.org
Date:     2013-03-06 08:19:47 -0800 (Wed, 06 Mar 2013)
Log Message:
-----------
gr-osmocom: add "path:bin/dot:graphviz" as build dependency (ticket #38217) for variant +docs.

Modified Paths:
--------------
    trunk/dports/science/gr-osmosdr/Portfile

Modified: trunk/dports/science/gr-osmosdr/Portfile
===================================================================
--- trunk/dports/science/gr-osmosdr/Portfile	2013-03-06 16:18:39 UTC (rev 103754)
+++ trunk/dports/science/gr-osmosdr/Portfile	2013-03-06 16:19:47 UTC (rev 103755)
@@ -10,7 +10,7 @@
 
 description		    gr-osmosdr provides support for OsmoSDR hardware within GNU Radio
 
-categories		    science
+categories		    science comms
 homepage            http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
 license             GPL-3
 platforms           darwin macosx
@@ -19,6 +19,7 @@
     Support includes GNU Radio source and sink blocks in C++, Python, and GNU Radio Companion (grc).  This port also offers a wrapper functionality for the FunCube Dongle, Ettus UHD, and rtl-sdr radios.  By using gr-osmosdr source you can take advantage of a common software api in your applications independent of the underlying radio hardware.
 
 version             20130303
+revision            1
 
 fetch.type          git
 git.url             git://git.osmocom.org/gr-osmosdr
@@ -109,7 +110,8 @@
 variant docs description "Install ${name} documentation" {
 
     depends_build-append \
-        port:doxygen
+        port:doxygen \
+        path:bin/dot:graphviz
 
     configure.args-append \
         -DDOXYGEN_DOT_EXECUTABLE=${prefix}/bin/dot \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130306/03054685/attachment.html>


More information about the macports-changes mailing list