[98817] trunk/dports/science/gnuradio-qtgui/Portfile

michaelld at macports.org michaelld at macports.org
Wed Oct 17 05:19:40 PDT 2012


Revision: 98817
          http://trac.macports.org//changeset/98817
Author:   michaelld at macports.org
Date:     2012-10-17 05:19:40 -0700 (Wed, 17 Oct 2012)
Log Message:
-----------
gnuradio-qtgui : add dependency on QWT since it was removed from qwtplot3d and needs to be explicit here. Addresses ticket #36616.

Modified Paths:
--------------
    trunk/dports/science/gnuradio-qtgui/Portfile

Modified: trunk/dports/science/gnuradio-qtgui/Portfile
===================================================================
--- trunk/dports/science/gnuradio-qtgui/Portfile	2012-10-17 09:21:10 UTC (rev 98816)
+++ trunk/dports/science/gnuradio-qtgui/Portfile	2012-10-17 12:19:40 UTC (rev 98817)
@@ -8,7 +8,7 @@
 
 name            gnuradio-qtgui
 version         3.3.0
-revision        1
+revision        2
 maintainers     michaelld
 description     Qt GUI component of GNU Radio.
 long_description Qt GUI component of GNU Radio: \
@@ -32,10 +32,12 @@
                 rmd160  ae83bd8a93deaf73d730e2af0d05c9ffc4c98520
 
 depends_lib     port:gnuradio-core \
-                port:qwtplot3d
+                port:qwtplot3d \
+                lib:qwt:qwt-devel
 
 archcheck.files lib/libgnuradio-core.dylib \
-                lib/libqwtplot3d.dylib
+                lib/libqwtplot3d.dylib \
+                lib/libqwt.dylib
 
 # fix various 'time' functions that are not on OSX;
 # should be unnecessary in version 3.3.1.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121017/7acdc38e/attachment-0001.html>


More information about the macports-changes mailing list