[30733] trunk/dports/devel/mono/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 5 11:22:14 PST 2007


Revision: 30733
          http://trac.macosforge.org/projects/macports/changeset/30733
Author:   mww at macports.org
Date:     2007-11-05 11:22:14 -0800 (Mon, 05 Nov 2007)

Log Message:
-----------
requires gawk to build (fails if not installed, so no revision increment is required) (#12934)

Modified Paths:
--------------
    trunk/dports/devel/mono/Portfile

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2007-11-05 19:16:20 UTC (rev 30732)
+++ trunk/dports/devel/mono/Portfile	2007-11-05 19:22:14 UTC (rev 30733)
@@ -18,13 +18,15 @@
 checksums		sha1 c5f843cfdbb1d0114059c7d2d9ba2477529d22a8
 use_bzip2		yes
 
+depends_build		port:gawk
 depends_lib		port:pkgconfig port:gettext port:glib2 port:icu \
 			port:libiconv port:zlib port:libgdiplus
 
 patchfiles		patch-configure
 
 configure.env-append	ACLOCAL_FLAGS="-I ${prefix}/share/aclocal" \
-			PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:${x11prefix}/lib/pkgconfig"
+			PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:${x11prefix}/lib/pkgconfig" \
+			AWK="${prefix}/bin/gawk"
 configure.args		--with-gc=included \
 			--with-preview=yes \
 			--without-sigaltstack \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071105/3346a038/attachment.html


More information about the macports-changes mailing list