diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-22 17:45:56 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-22 17:45:56 +0000 |
commit | 316d640e19957ec82f14fe8e1069a6c041b077e1 (patch) | |
tree | bc1b73b59ad01834a4fec5938b5124b57c5eeb0b /lang/perl5.16 | |
parent | 8bb7551e9d5f5e52638528dc90bdba47c1041183 (diff) | |
download | ports-316d640e19957ec82f14fe8e1069a6c041b077e1.tar.gz ports-316d640e19957ec82f14fe8e1069a6c041b077e1.zip |
Notes
Diffstat (limited to 'lang/perl5.16')
-rw-r--r-- | lang/perl5.16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index 6187aaa81197..ab348dc20839 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -66,7 +66,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ -Dsiteman3dir=${SITE_MAN3} \ -Dsiteman1dir=${PREFIX}/man/man1 \ -Dotherlibdirs=${PREFIX}/lib/perl5/site_perl/${PERL_VER}:${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} \ - -Ui_malloc -Ui_iconv -Uinstallusrbinperl \ + -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dusenm=n \ -Dcc="${CC}" -Duseshrplib -Dinc_version_list=none LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" \ |