[72596] trunk/dports/gis/qlandkarte/Portfile

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


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

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

Modified: trunk/dports/gis/qlandkarte/Portfile
===================================================================
--- trunk/dports/gis/qlandkarte/Portfile	2010-10-21 12:34:39 UTC (rev 72595)
+++ trunk/dports/gis/qlandkarte/Portfile	2010-10-21 12:34:53 UTC (rev 72596)
@@ -2,11 +2,12 @@
 # $Id$
 
 PortSystem       1.0
+PortGroup        qt4 1.0
 
 name             qlandkarte
 categories       gis
 version          0.7.3
-revision         3
+revision         4
 platforms        darwin
 maintainers      nomaintainer
 
@@ -19,13 +20,12 @@
 
 checksums        md5 51f804235511f1c10ae8538f86743135
 
-depends_lib      port:proj \
-                 port:libusb-compat \
-                 port:qt4-mac
+depends_lib-append port:proj \
+                 port:libusb-compat
 
 configure.args   --with-extra-includes=${prefix}/include\
                  --with-extra-libs=${prefix}/lib \
-                 --with-qt-dir=${prefix}/libexec/qt4-mac
+                 --with-qt-dir=${qt_dir}
 
 post-patch {
     # fix lack of CoreFoundation after libgarmin.a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/edf2794c/attachment.html>


More information about the macports-changes mailing list