diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-26 23:22:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-26 23:22:42 +0000 |
commit | 41d7484e2458a4c142b1598e20880ab7fc7a5596 (patch) | |
tree | 943dbbddbec0db03a751699366e3090e211caf78 /textproc | |
parent | 5f5e32117d580791b521e75a94cd054c18879ac9 (diff) | |
download | ports-41d7484e2458a4c142b1598e20880ab7fc7a5596.tar.gz ports-41d7484e2458a4c142b1598e20880ab7fc7a5596.zip |
Notes
Diffstat (limited to 'textproc')
-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 \ |