diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-27 07:22:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-27 07:22:42 +0800 |
commit | b006df98503fc011ea476e5ce98d086adb714f1a (patch) | |
tree | 943dbbddbec0db03a751699366e3090e211caf78 | |
parent | 40c639a45d29fac9b6d7caf6d6eeed06a7791c21 (diff) | |
download | freebsd-ports-gnome-b006df98503fc011ea476e5ce98d086adb714f1a.tar.gz freebsd-ports-gnome-b006df98503fc011ea476e5ce98d086adb714f1a.tar.zst freebsd-ports-gnome-b006df98503fc011ea476e5ce98d086adb714f1a.zip |
Force gawk has a awk command while building to allow building with upcoming config.site
Reported by: swills
-rw-r--r-- | textproc/hyphen/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/hyphen/Makefile b/textproc/hyphen/Makefile index 6ba95cddffbb..4bba752dd204 100644 --- a/textproc/hyphen/Makefile +++ b/textproc/hyphen/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: hyphen -# Date created: 2011-06-18 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2.8.6 @@ -21,6 +16,8 @@ USES= pathfix USE_LDCONFIG= yes USE_PERL5_BUILD= yes +CONFIGURE_ENV+= ac_cv_prog_AWK=gawk + PLIST_FILES= bin/substrings.pl \ include/hyphen.h \ lib/libhyphen.a \ |