aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/p5-nkf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/p5-nkf/Makefile')
-rw-r--r--japanese/p5-nkf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile
index acb6215ab220..a1c5e6fb82ad 100644
--- a/japanese/p5-nkf/Makefile
+++ b/japanese/p5-nkf/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}171
MAINTAINER= max@FreeBSD.org
-USE_PERL5= YES
+USE_PERL5= yes
EXTRACT_CMD= ${SH}
EXTRACT_BEFORE_ARGS= # Empty
@@ -30,6 +30,7 @@ MAN3= NKF.3
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
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.post.mk>