diff options
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r-- | japanese/p5-Jcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index f30b6bd824c4..ee9941632ce8 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -18,8 +18,6 @@ PERL_CONFIGURE= yes MAN3= Jcode.3 Jcode::Unicode.3 Jcode::Unicode::Constants.3 \ Jcode::Unicode::NoXS.3 -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- - post-configure: .for DIR in Unicode ${PERL} -pi -e "s:CCFLAGS = :CCFLAGS = ${CFLAGS} :g ; \ @@ -28,6 +26,8 @@ post-configure: .include <bsd.port.pre.mk> +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + .if ${PERL_LEVEL} < 500804 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 |