Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2013 23:22:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315338 - head/textproc/hyphen
Message-ID:  <201303262322.r2QNMgPr055169@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Mar 26 23:22:42 2013
New Revision: 315338
URL: http://svnweb.freebsd.org/changeset/ports/315338

Log:
  Force gawk has a awk command while building to allow building with upcoming config.site
  
  Reported by:	swills

Modified:
  head/textproc/hyphen/Makefile

Modified: head/textproc/hyphen/Makefile
==============================================================================
--- head/textproc/hyphen/Makefile	Tue Mar 26 22:27:59 2013	(r315337)
+++ head/textproc/hyphen/Makefile	Tue Mar 26 23:22:42 2013	(r315338)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303262322.r2QNMgPr055169>