[72594] trunk/dports/gis/qgis/Portfile

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


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

Modified Paths:
--------------
    trunk/dports/gis/qgis/Portfile

Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile	2010-10-21 12:33:39 UTC (rev 72593)
+++ trunk/dports/gis/qgis/Portfile	2010-10-21 12:34:07 UTC (rev 72594)
@@ -3,9 +3,11 @@
 
 PortSystem			1.0
 PortGroup			cmake	1.0
+PortGroup           qt4     1.0
+
 name				qgis
 version				1.4.0
-revision            2
+revision            3
 categories			gis
 maintainers			vince
 description			QGIS is a user-friendly GIS based on Qt 4
@@ -37,9 +39,9 @@
 					patch-cmake_Python_cmake.diff \
 					patch-python_configure_py_in.diff
 
-depends_build		port:cmake
+depends_build-append port:cmake
 									
-depends_lib			port:libiconv \
+depends_lib-append 	port:libiconv \
 					port:expat \
 					port:openssl \
 					port:proj \
@@ -136,7 +138,7 @@
 configure.args-append		\
 				"-DSIP_BINARY_PATH=${Python_FRM}/Versions/${Pyverpath}/bin/sip"
 configure.args-append		"-DSIP_INCLUDE_DIR=${Python_FRM}/Headers"
-configure.args-append		"-DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake"
+configure.args-append		${qt_cmake_defines}
 configure.args-append		"-DCMAKE_BUILD_TYPE=Release"
 	
 # This is a fake but don't ask me why it is needed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/c1e2da12/attachment-0001.html>


More information about the macports-changes mailing list