diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 21:38:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 21:38:09 +0000 |
commit | 4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd (patch) | |
tree | 6a21c7eedce3ab02121c1a526e479099181228ef /textproc/p5-Text-Unaccent | |
parent | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (diff) | |
download | ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.tar.gz ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Unaccent')
-rw-r--r-- | textproc/p5-Text-Unaccent/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/p5-Text-Unaccent/Makefile b/textproc/p5-Text-Unaccent/Makefile index 8d28c3a7631a..7e1559dbb0ad 100644 --- a/textproc/p5-Text-Unaccent/Makefile +++ b/textproc/p5-Text-Unaccent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Unaccent -# Date created: 25 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Text-Unaccent PORTVERSION= 1.08 @@ -17,8 +13,8 @@ COMMENT= Remove accents from a string MAN3= Text::Unaccent.3 -USES= iconv -PERL_CONFIGURE= yes +USES= iconv perl5 +USE_PERL5= configure CFLAGS+= -DICONV_CONST=const .include <bsd.port.mk> |