[115364] trunk/dports/gnome/anjuta/Portfile
Revision: 115364 https://trac.macports.org/changeset/115364 Author: jeremyhu@macports.org Date: 2013-12-31 17:57:36 -0800 (Tue, 31 Dec 2013) Log Message: ----------- anjuta: Build fix for non-default C++ runtimes Modified Paths: -------------- trunk/dports/gnome/anjuta/Portfile Modified: trunk/dports/gnome/anjuta/Portfile =================================================================== --- trunk/dports/gnome/anjuta/Portfile 2014-01-01 01:40:58 UTC (rev 115363) +++ trunk/dports/gnome/anjuta/Portfile 2014-01-01 01:57:36 UTC (rev 115364) @@ -6,6 +6,7 @@ name anjuta version 3.10.2 +revision 1 license GPL-2+ set branch [join [lrange [split ${version} .] 0 1] .] description A GNOME/GTK IDE @@ -22,6 +23,7 @@ sha256 ff16c646dbf0234f7056c697b2546125c89d43f8c1f5138a21409053c016d3bc depends_build port:pkgconfig \ + port:gnome-common \ port:intltool \ port:itstool @@ -42,6 +44,7 @@ port:xdg-utils patchfiles patch-configure.diff \ + patch-ltmain.sh.diff \ patch-plugins-language-support-vala-Makefile.in.diff configure.cflags-append \
participants (1)
-
jeremyhu@macports.org