[112999] trunk/dports/science/gnuradio/Portfile

michaelld at macports.org michaelld at macports.org
Wed Nov 6 08:50:59 PST 2013


Revision: 112999
          https://trac.macports.org/changeset/112999
Author:   michaelld at macports.org
Date:     2013-11-06 08:50:59 -0800 (Wed, 06 Nov 2013)
Log Message:
-----------
gnuradio:
+ rearrange wxWidgets.use to be at top;
+ make pkgconfig a build dependency.

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2013-11-06 16:45:38 UTC (rev 112998)
+++ trunk/dports/science/gnuradio/Portfile	2013-11-06 16:50:59 UTC (rev 112999)
@@ -6,6 +6,8 @@
 PortGroup           wxWidgets 1.0
 PortGroup           active_variants 1.1
 
+wxWidgets.use       wxPython-3.0
+
 name                gnuradio
 maintainers         michaelld openmaintainer
 
@@ -16,8 +18,6 @@
 license             GPL-3
 platforms           darwin macosx
 
-wxWidgets.use       wxPython-3.0
-
 dist_subdir         gnuradio
 
 # TODO: Support Mavericks once this port builds with clang++
@@ -159,7 +159,9 @@
 depends_lib-append  \
     port:boost \
     port:cppunit \
-    port:fftw-3-single \
+    port:fftw-3-single
+
+depends_build-append \
     port:pkgconfig
 
 # do VPATH build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131106/c12a6610/attachment-0001.html>


More information about the macports-changes mailing list