diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
commit | 62a41b423ba42c0a1ab0c0ada5d33752e965f615 (patch) | |
tree | 5fff787fcf509ed53762690c395516c337412423 /japanese | |
parent | 3d7ef3e463a5e930be63835c21dd2d345f88ea2d (diff) | |
download | ports-62a41b423ba42c0a1ab0c0ada5d33752e965f615.tar.gz ports-62a41b423ba42c0a1ab0c0ada5d33752e965f615.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/im-ja/Makefile | 4 | ||||
-rw-r--r-- | japanese/jcode.pl/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/japanese/im-ja/Makefile b/japanese/im-ja/Makefile index 77e0d22ddf25..abdd25215745 100644 --- a/japanese/im-ja/Makefile +++ b/japanese/im-ja/Makefile @@ -17,9 +17,9 @@ CANNA_DESC= Use Canna WNN_DESC= Use FreeWnn GNOMEPANEL_DESC= Build GNOME Panel Applet -USES= pathfix +USES= pathfix perl5 USE_GNOME= gconf2 gnomeprefix intlhack libglade2 -USE_PERL5_BUILD= yes +USE_PERL5= build USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/japanese/jcode.pl/Makefile b/japanese/jcode.pl/Makefile index 1f4f4aed7e74..fe706a08497d 100644 --- a/japanese/jcode.pl/Makefile +++ b/japanese/jcode.pl/Makefile @@ -16,7 +16,8 @@ EXTRACT_SUFX= # none MAINTAINER= ports@FreeBSD.org COMMENT= Perl library for Japanese character code conversion -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_WRKSUBDIR= yes NO_BUILD= yes EXTRACT_CMD= ${CP} |