[65261] trunk/dports/graphics/Quarter/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 24 14:29:30 PDT 2010


Revision: 65261
          http://trac.macports.org/changeset/65261
Author:   ryandesign at macports.org
Date:     2010-03-24 14:29:28 -0700 (Wed, 24 Mar 2010)
Log Message:
-----------
Quarter: fix build failure due to inability to locate QtDesigner; see #24198

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

Modified: trunk/dports/graphics/Quarter/Portfile
===================================================================
--- trunk/dports/graphics/Quarter/Portfile	2010-03-24 21:01:30 UTC (rev 65260)
+++ trunk/dports/graphics/Quarter/Portfile	2010-03-24 21:29:28 UTC (rev 65261)
@@ -4,6 +4,7 @@
 
 name			Quarter
 version			1.0.0
+revision		1
 description		integrates Coin and Qt
 long_description	Quarter is a light-weight glue library that provides \
     seamless integration between Kongsberg SIM's Coin high-level 3D \
@@ -22,5 +23,6 @@
 configure.env-append    QTDIR=${prefix}/libexec/qt4-mac/
 configure.ldflags-append    -L${prefix}/libexec/qt4-mac/lib
 configure.cppflags-append   -I${prefix}/libexec/qt4-mac/include
+configure.args-append       --with-qt-designer-plugin-path=${prefix}/libexec/qt4-mac/plugins/designer
 
 depends_lib		path:bin/qmake-mac:qt4-mac port:Coin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100324/b8ea21cc/attachment.html>


More information about the macports-changes mailing list