[42766] trunk/dports/games/eboard/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Nov 30 10:17:59 PST 2008


Revision: 42766
          http://trac.macports.org/changeset/42766
Author:   mcalhoun at macports.org
Date:     2008-11-30 10:17:59 -0800 (Sun, 30 Nov 2008)
Log Message:
-----------
eboard: add pkgconfig as a build dependency.
Ensure that correct compiler is used.
Change perl dependency (see #16830).
Fixes #17382 (maintainer timeout).

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

Modified: trunk/dports/games/eboard/Portfile
===================================================================
--- trunk/dports/games/eboard/Portfile	2008-11-30 18:08:24 UTC (rev 42765)
+++ trunk/dports/games/eboard/Portfile	2008-11-30 18:17:59 UTC (rev 42766)
@@ -20,5 +20,8 @@
 use_bzip2	    yes
 checksums           md5 03dcdaa2bc85218b1b18c4bee276fea7
 
-depends_build	    port:gtk2 port:perl5.8
-configure.args	    --man-prefix=${prefix}/share/man
+depends_build	    path:bin/perl:perl5  port:pkgconfig
+depends_lib	    port:gtk2
+configure.cmd       ${prefix}/bin/perl ./configure
+configure.args	    --man-prefix=${prefix}/share/man \
+                    --compiler=\${CXX}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081130/83fe2429/attachment.html>


More information about the macports-changes mailing list