[138217] trunk/dports/graphics/qwtplot3d/Portfile

michaelld at macports.org michaelld at macports.org
Thu Jul 2 08:43:34 PDT 2015


Revision: 138217
          https://trac.macports.org/changeset/138217
Author:   michaelld at macports.org
Date:     2015-07-02 08:43:34 -0700 (Thu, 02 Jul 2015)
Log Message:
-----------
qwtplot3d: use qmake PortGroup; remove unnecessary commands.

Modified Paths:
--------------
    trunk/dports/graphics/qwtplot3d/Portfile

Modified: trunk/dports/graphics/qwtplot3d/Portfile
===================================================================
--- trunk/dports/graphics/qwtplot3d/Portfile	2015-07-02 15:14:54 UTC (rev 138216)
+++ trunk/dports/graphics/qwtplot3d/Portfile	2015-07-02 15:43:34 UTC (rev 138217)
@@ -48,7 +48,7 @@
     if {![variant_isset qt4]} {
         default_variants    +qt4
     }
-    PortGroup           qt4 1.0
+    PortGroup           qmake 1.0
 }
 
 post-patch {
@@ -63,13 +63,8 @@
         ${worksrcpath}/qwtplot3d.pro
 }
 
-configure.cmd       ${qt_qmake_cmd}
-configure.pre_args  INSTALLBASE="${prefix}"
+configure.pre_args-append INSTALLBASE="${prefix}"
 
-# qmake does not handle these flags
-configure.universal_args-delete --disable-dependency-tracking
-configure.args-delete           --disable-dependency-tracking
-
 # allow ccache, if specified by the user
 pre-build {
     if {[tbool configure.ccache]} {
@@ -77,6 +72,4 @@
     }
 }
 
-universal_variant   yes
-
 variant debug description "Build release and debug versions" {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150702/5e2b6149/attachment.html>


More information about the macports-changes mailing list