diff options
author | az <az@FreeBSD.org> | 2013-08-20 19:48:33 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-20 19:48:33 +0800 |
commit | 5764e8b10c014669d2eec9e7f89b298574a9c620 (patch) | |
tree | afec861bd3609db6742e8f211bfd0ecc672a9e8f /japanese | |
parent | a4bddb9ebf3aaaf64a44ac1a69659a2de87a6b83 (diff) | |
download | freebsd-ports-gnome-5764e8b10c014669d2eec9e7f89b298574a9c620.tar.gz freebsd-ports-gnome-5764e8b10c014669d2eec9e7f89b298574a9c620.tar.zst freebsd-ports-gnome-5764e8b10c014669d2eec9e7f89b298574a9c620.zip |
- Conver to new perl5 framework.
- Remove duplication of 'USES=gettext'.
PR: ports/181205
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 3f10d6526ae7..282a3dea6bf5 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -65,8 +65,7 @@ PORTDOCS= eb-01.html eb-02.html eb-03.html eb-04.html eb-05.html eb-06.html \ USE_AUTOTOOLS= libtool USE_BZIP2= yes -USES= gettext -USE_PERL5= yes +USES= gettext perl5 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR} @@ -78,7 +77,6 @@ APPENDIXDIR= ${DATADIR}/appendix .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USES+= gettext CONFIGURE_ARGS+= --enable-nls \ --with-gettext-includes=${LOCALBASE}/include \ --with-gettext-libraries=${LOCALBASE}/lib \ |