Fix build with bmake

This commit is contained in:
Baptiste Daroussin 2013-05-04 21:27:35 +00:00
parent dc8c5cb37a
commit 44c8a1e098
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317355

View file

@ -16,8 +16,14 @@ USE_AUTOTOOLS= libtool
USE_LDCONFIG= YES USE_LDCONFIG= YES
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
.if defined(.PARSEDIR)
USE_GMAKE= yes
.endif
.include <bsd.port.options.mk>
post-patch: post-patch:
.ifdef NOPORTDOCS .if ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
.endif .endif