[102348] trunk/dports/games/gdash/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 31 12:04:41 PST 2013


Revision: 102348
          https://trac.macports.org/changeset/102348
Author:   ryandesign at macports.org
Date:     2013-01-31 12:04:41 -0800 (Thu, 31 Jan 2013)
Log Message:
-----------
gdash: add libpng dependency; add patch to fix build with libpng 1.5; increase revision to rebuild with libpng 1.5

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

Modified: trunk/dports/games/gdash/Portfile
===================================================================
--- trunk/dports/games/gdash/Portfile	2013-01-31 19:57:24 UTC (rev 102347)
+++ trunk/dports/games/gdash/Portfile	2013-01-31 20:04:41 UTC (rev 102348)
@@ -6,7 +6,7 @@
 
 name                gdash
 version             20100212
-revision            1
+revision            2
 categories          games
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -25,10 +25,13 @@
 depends_build       port:pkgconfig
 
 depends_lib         port:gtk2 \
+                    port:libpng \
                     path:lib/pkgconfig/sdl.pc:libsdl \
                     port:libsdl_image \
                     port:libsdl_mixer
 
+patchfiles          patch-src-IMG_savepng.c.diff
+
 configure.args      --disable-glibtest \
                     --disable-gtktest \
                     --disable-sdltest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130131/2c0e09ae/attachment.html>


More information about the macports-changes mailing list