svn commit: r315338 - head/textproc/hyphen

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 26 23:22:43 UTC 2013


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 at 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 \


More information about the svn-ports-head mailing list