diff options
-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 \ |