Revision
138217
Author
michaelld@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

Diff

Modified: trunk/dports/graphics/qwtplot3d/Portfile (138216 => 138217)


--- 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" {}