diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 8ea5c512fc67..262518d6520a 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -1,27 +1,28 @@ # Created by: Motoyuki Kasahara PORTNAME= libtool PORTREVISION= 1 COMMENT= Generic shared library support script .include "${.CURDIR}/../libtool/Makefile.common" LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gm4:devel/m4 RUN_DEPENDS= gm4:devel/m4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ltdl-install MAKE_ARGS= MAKEINFOFLAGS=--no-split +NO_ARCH= yes USES+= makeinfo INFO= libtool post-patch: @${RM} ${WRKSRC}/doc/*.info* @${TOUCH} ${WRKSRC}/doc/libtool.1 .include