diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-20 19:07:00 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-20 19:07:00 +0000 |
commit | a10703dda0b79cdeba90b2ef32fba10f5f1049b6 (patch) | |
tree | 13e02f4911e3a83fecb4590a4f3c7c7c99d27495 /converters/p5-Unicode-String/Makefile | |
parent | 008b813d20f8c1c16cab8863cc973b4c1c504e2a (diff) | |
download | ports-a10703dda0b79cdeba90b2ef32fba10f5f1049b6.tar.gz ports-a10703dda0b79cdeba90b2ef32fba10f5f1049b6.zip |
Notes
Diffstat (limited to 'converters/p5-Unicode-String/Makefile')
-rw-r--r-- | converters/p5-Unicode-String/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index 54ee6c510695..07f4df65cc19 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -23,6 +23,7 @@ MAN3= Unicode::CharName.3 Unicode::String.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + CC="${CC}" CCFLAGS="${CFLAGS}" .include <bsd.port.mk> |