aboutsummaryrefslogtreecommitdiff
path: root/devel/libcheck
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-24 15:46:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-24 15:46:36 +0000
commit213d54d2a6fa625289136c75d6d5a21be7f8eab6 (patch)
tree8ab358943d9d17c2d4a8b70892b26c9ed36233fc /devel/libcheck
parenta32e5a7ccef7bf8b95efde0c0c5c098f30291d61 (diff)
downloadports-213d54d2a6fa625289136c75d6d5a21be7f8eab6.tar.gz
ports-213d54d2a6fa625289136c75d6d5a21be7f8eab6.zip
Fix configure not setting correctly the awk path is ac_cv_prog_AWK is cached
Reported by: miwi
Notes
Notes: svn path=/head/; revision=316444
Diffstat (limited to 'devel/libcheck')
-rw-r--r--devel/libcheck/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile
index fda3ac23456b..7a3f841a3962 100644
--- a/devel/libcheck/Makefile
+++ b/devel/libcheck/Makefile
@@ -15,6 +15,7 @@ LICENSE= LGPL21
OPTIONS_DEFINE= DOCS EXAMPLES
#CONFIGURE_ARGS= --docdir=${DOCSDIR}
+CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes