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

michaelld at macports.org michaelld at macports.org
Tue Sep 18 09:06:35 PDT 2012


Revision: 97878
          http://trac.macports.org//changeset/97878
Author:   michaelld at macports.org
Date:     2012-09-18 09:06:34 -0700 (Tue, 18 Sep 2012)
Log Message:
-----------
qwtplot3d : does not actually depend on qwt of any sort; remove qwt references.

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

Modified: trunk/dports/graphics/qwtplot3d/Portfile
===================================================================
--- trunk/dports/graphics/qwtplot3d/Portfile	2012-09-18 14:45:44 UTC (rev 97877)
+++ trunk/dports/graphics/qwtplot3d/Portfile	2012-09-18 16:06:34 UTC (rev 97878)
@@ -27,9 +27,6 @@
 patchfiles          patch-qwtplot3d.pro.diff \
                     patch-include_qwt3d_openglhelper.h.diff
 
-# use any QWT version, but default to 5.2
-depends_lib-append  path:lib/libqwt.dylib:qwt52
-
 variant qt3 conflicts qt4 description {Use qt3-mac} {}
 
 variant qt4 conflicts qt3 description {Use qt4-mac} {}
@@ -39,8 +36,10 @@
 # everything else.
 set qt_qmake_cmd ""
 if {[variant_isset qt3]} {
+
     depends_lib-append  port:qt3-mac
     set qt_qmake_cmd    ${prefix}/libexec/qt3-mac/bin/qmake
+
 } else {
     # when variant 'qt3' is not set, use qt4 whether by default or via
     # the user's variant choice
@@ -65,7 +64,7 @@
 configure.cmd       ${qt_qmake_cmd}
 configure.pre_args  INSTALLBASE="${prefix}"
 
-# qmake does not handle these flags flags
+# qmake does not handle these flags
 configure.universal_args-delete --disable-dependency-tracking
 configure.args-delete           --disable-dependency-tracking
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120918/c65995db/attachment.html>


More information about the macports-changes mailing list