diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-12 09:49:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-12 09:49:06 +0000 |
commit | 16ea4dd5a8d8e37ec504443693fda66d7340f6ea (patch) | |
tree | 8e2d643feb04654b8bf5f510f6dd42b4d767ae03 /japanese | |
parent | d17874dc5dcb4c3b59645d6bc71480b475762237 (diff) | |
download | ports-16ea4dd5a8d8e37ec504443693fda66d7340f6ea.tar.gz ports-16ea4dd5a8d8e37ec504443693fda66d7340f6ea.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ajaxzip2-data/Makefile | 3 | ||||
-rw-r--r-- | japanese/jstrings/Makefile | 3 | ||||
-rw-r--r-- | japanese/today/Makefile | 2 | ||||
-rw-r--r-- | japanese/zipcodes/Makefile | 3 |
4 files changed, 4 insertions, 7 deletions
diff --git a/japanese/ajaxzip2-data/Makefile b/japanese/ajaxzip2-data/Makefile index 1dba4168f0bf..16d442a317f0 100644 --- a/japanese/ajaxzip2-data/Makefile +++ b/japanese/ajaxzip2-data/Makefile @@ -15,8 +15,7 @@ BUILD_DEPENDS= ja-ajaxzip2-core>0:${PORTSDIR}/japanese/ajaxzip2-core \ p5-JSON>0:${PORTSDIR}/converters/p5-JSON NO_WRKSUBDIR= yes -USE_LHA= yes -USES= perl5 +USES= perl5 lha USE_PERL5= build PORTVERSION_K?= ${PORTVERSION} PORTVERSION_J?= ${PORTVERSION} diff --git a/japanese/jstrings/Makefile b/japanese/jstrings/Makefile index ff8891e9778b..8960c7f402e8 100644 --- a/japanese/jstrings/Makefile +++ b/japanese/jstrings/Makefile @@ -17,8 +17,7 @@ MAN1= jstrings.1 MANLANG= ja PLIST_FILES= bin/jstrings -USE_GMAKE= yes -USE_LHA= yes +USES= gmake lha MAKEFILE= makefile.gcc MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" BINDIR="${PREFIX}/bin" ALL_TARGET= jstrings diff --git a/japanese/today/Makefile b/japanese/today/Makefile index 31a82aa779d9..e6b0b5aea0f3 100644 --- a/japanese/today/Makefile +++ b/japanese/today/Makefile @@ -15,7 +15,7 @@ COMMENT= Tells you what day today is EXTRACT_DEPENDS=nkf:${PORTSDIR}/japanese/nkf NO_WRKSUBDIR= yes -USE_LHA= yes +USES= lha MAKEFILE= ${FILESDIR}/Makefile diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile index 9cf68b18848c..7388731ff5dc 100644 --- a/japanese/zipcodes/Makefile +++ b/japanese/zipcodes/Makefile @@ -13,9 +13,8 @@ COMMENT= Japanese zipcode tables. includes both 3/5 and 7 digits form BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf NO_WRKSUBDIR= yes -USE_LHA= yes -USES= perl5 +USES= perl5 lha USE_PERL5= build MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR} PERL=${PERL} STAGEDIR=${STAGEDIR} PORTVERSION_K?= ${PORTVERSION} |