[86418] trunk/dports/games/cannonsmash/Portfile

jmr at macports.org jmr at macports.org
Tue Oct 25 06:46:02 PDT 2011


Revision: 86418
          http://trac.macports.org/changeset/86418
Author:   jmr at macports.org
Date:     2011-10-25 06:46:02 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
cannonsmash: add pkgconfig dep, tell configure where to find X

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

Modified: trunk/dports/games/cannonsmash/Portfile
===================================================================
--- trunk/dports/games/cannonsmash/Portfile	2011-10-25 13:33:37 UTC (rev 86417)
+++ trunk/dports/games/cannonsmash/Portfile	2011-10-25 13:46:02 UTC (rev 86418)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem          1.0
+
 name                cannonsmash
 version             0.6.6
 revision            3
@@ -17,6 +18,7 @@
 
 checksums           md5 bcf2eddd0f04d58e5dac6d767f41d9af
 
+depends_build       port:pkgconfig
 depends_lib         port:libsdl_mixer port:libsdl_image \
                     port:gtk2 port:mesa port:xorg-libXmu
 
@@ -25,9 +27,10 @@
 use_autoreconf yes
 autoreconf.args -fvi
 
-configure.args      --disable-sdltest
+configure.args      --disable-sdltest \
+                    --x-includes=${prefix}/include \
+                    --x-libraries=${prefix}/lib
 
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     {version ([\d.]+).*released}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/73424cbc/attachment.html>


More information about the macports-changes mailing list