[141441] trunk/dports/games/Cockatrice/Portfile

mk at macports.org mk at macports.org
Sat Dec 12 01:32:43 PST 2015


Revision: 141441
          https://trac.macports.org/changeset/141441
Author:   mk at macports.org
Date:     2015-10-18 13:25:32 -0700 (Sun, 18 Oct 2015)
Log Message:
-----------
Cockatrice: fix port building wrt now concurrent qt4-mac

Modified Paths:
--------------
    trunk/dports/games/Cockatrice/Portfile

Modified: trunk/dports/games/Cockatrice/Portfile
===================================================================
--- trunk/dports/games/Cockatrice/Portfile	2015-10-18 19:14:03 UTC (rev 141440)
+++ trunk/dports/games/Cockatrice/Portfile	2015-10-18 20:25:32 UTC (rev 141441)
@@ -5,6 +5,7 @@
 
 PortGroup           cmake  1.0
 PortGroup           github 1.0
+PortGroup           qt4    1.0
 
 github.setup        Cockatrice Cockatrice 776d809f2fcf248c21042c1fc93cf7451c48f7cd
 
@@ -22,14 +23,15 @@
 
 homepage            http://www.woogerworks.com/
 
-depends_lib-append  port:qt4-mac \
-                    port:protobuf-cpp
+depends_lib-append  port:protobuf-cpp
 
+configure.args-append -DWITH_QT4:BOOL=ON
+
 checksums           rmd160  0c9213c925ca2d5ecc5acabdc5ff35f8877279a2 \
                     sha256  8267f7602b7de878bd7cf9f006e22a061da9f8c068d910dd555f172a3fe6ddc5
 
 destroot {
     xinstall -m 0755 -d ${destroot}${applications_dir}
-    file copy ${worksrcpath}/cockatrice/Cockatrice.app ${destroot}${applications_dir}
+    file copy ${worksrcpath}/cockatrice/cockatrice.app ${destroot}${applications_dir}
     file copy ${worksrcpath}/oracle/oracle.app ${destroot}${applications_dir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/eb69171a/attachment.html>


More information about the macports-changes mailing list