From 2ee38b641b736291fef2d9c50a1feb220cfcfc4e Mon Sep 17 00:00:00 2001 From: culot Date: Sun, 17 Jul 2011 16:35:54 +0000 Subject: - Force the use of awk instead of gawk to prevent an installation issue PR: ports/158993 Submitted by: Alexandr Fixed by: John Marino (maintainer) --- devel/gps/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/gps') diff --git a/devel/gps/Makefile b/devel/gps/Makefile index 8873073a93b2..ad6bae20020a 100644 --- a/devel/gps/Makefile +++ b/devel/gps/Makefile @@ -31,6 +31,7 @@ USE_PERL5_BUILD= yes ALL_TARGET= default CC= gnatgcc +CONFIGURE_ENV+= AWK=/usr/bin/awk MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat OPTIONS= SYSLOG "Enable system logging" on -- cgit