diff options
author | marino <marino@FreeBSD.org> | 2015-01-21 04:47:34 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-01-21 04:47:34 +0800 |
commit | 88058bb315c8de49af1033bf43f96d193670d5ec (patch) | |
tree | 768e83728cf759bc53ea4cb6b9a1c18b6a3aff8b /japanese/eb | |
parent | 071f628b590b3df2557a9cc40bcf31cc2565efee (diff) | |
download | freebsd-ports-gnome-88058bb315c8de49af1033bf43f96d193670d5ec.tar.gz freebsd-ports-gnome-88058bb315c8de49af1033bf43f96d193670d5ec.tar.zst freebsd-ports-gnome-88058bb315c8de49af1033bf43f96d193670d5ec.zip |
japanese/eb: replace USE_AUTOTOOLS with USES=autoreconf
PR: 196792
Submitted by: maintainer (Yasuhiro KIMURA)
Diffstat (limited to 'japanese/eb')
-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 48dd37ed1568..f1470c53462f 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -63,9 +63,7 @@ PORTDOCS= eb-01.html eb-02.html eb-03.html eb-04.html eb-05.html eb-06.html \ ebzip-03.html ebzip-04.html ebzip-05.html ebzip-06.html ebzip-07.html \ ebzip-08.html ebzip-09.html ebzip-10.html ebzip.html -USE_AUTOTOOLS= autoconf autoheader automake aclocal -ACLOCAL_ARGS= -I ${WRKSRC}/m4 -USES= iconv libtool perl5 tar:bzip2 +USES= autoreconf iconv libtool perl5 tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR} |