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

michaelld at macports.org michaelld at macports.org
Thu Oct 21 05:57:21 PDT 2010


Revision: 72630
          http://trac.macports.org/changeset/72630
Author:   michaelld at macports.org
Date:     2010-10-21 05:57:18 -0700 (Thu, 21 Oct 2010)
Log Message:
-----------
Changes to use qt4 portgroup.

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

Modified: trunk/dports/science/gnuradio-qtgui/Portfile
===================================================================
--- trunk/dports/science/gnuradio-qtgui/Portfile	2010-10-21 12:56:59 UTC (rev 72629)
+++ trunk/dports/science/gnuradio-qtgui/Portfile	2010-10-21 12:57:18 UTC (rev 72630)
@@ -4,9 +4,11 @@
 PortSystem 1.0
 PortGroup muniversal 1.0
 PortGroup archcheck 1.0
+PortGroup qt4 1.0
 
 name            gnuradio-qtgui
 version         3.3.0
+revision        1
 maintainers     michaelld
 description     Qt GUI component of GNU Radio.
 long_description Qt GUI component of GNU Radio: \
@@ -39,16 +41,6 @@
 # should be unnecessary in version 3.3.1.
 patchfiles      patch_gr-qtgui_src_lib_highResTimeFunctions.h.diff
 
-# for now ... use 'qmake' in the future
-set qt_dir      ${prefix}/libexec/qt4-mac
-
-# prepend Qt's PKGCONFIG path to whatever is there now.
-if {${configure.pkg_config_path} == ""} {
-    configure.pkg_config_path ${prefix}/lib/pkgconfig:${qt_dir}/lib/pkgconfig
-} else {
-    configure.pkg_config_path ${prefix}/lib/pkgconfig:${qt_dir}/lib/pkgconfig:${configure.pkg_config_path}
-}
-
 configure.args  --disable-all-components \
                 --with-gruel \
                 --with-gnuradio-core \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/8d225670/attachment.html>


More information about the macports-changes mailing list