diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-18 21:10:52 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-18 21:10:52 +0800 |
commit | 3c603bc7802bb18cb27d151a614b80b29a466266 (patch) | |
tree | 9d22658268b43bb7150978eb4da8efebd26418d3 | |
parent | 486069f70fc081b5d6b79472e25775ad9aedf75f (diff) | |
download | freebsd-ports-gnome-3c603bc7802bb18cb27d151a614b80b29a466266.tar.gz freebsd-ports-gnome-3c603bc7802bb18cb27d151a614b80b29a466266.tar.zst freebsd-ports-gnome-3c603bc7802bb18cb27d151a614b80b29a466266.zip |
Convert to USES=autoreconf:build
-rw-r--r-- | devel/kBuild/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile index 516f53aeadce..f084dc401579 100644 --- a/devel/kBuild/Makefile +++ b/devel/kBuild/Makefile @@ -15,8 +15,7 @@ COMMENT= Makefile framework BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -USE_AUTOTOOLS= automake autoconf -USES= gmake makeinfo +USES= autoreconf:build gmake makeinfo CONFLICTS_INSTALL= kBuild-devel-[0-9]* @@ -57,10 +56,6 @@ post-patch: ${REINPLACE_CMD} -e 's|gcc|${CC}|g' $$f ; \ done -# Override autotools -run-autotools: -do-configure: - do-build: cd ${WRKSRC} && ${SETENV} ${KBUILD_ENV} ./kBuild/env.sh --full ${MAKE_CMD} -f bootstrap.gmk cd ${WRKSRC} && ${RM} -rf out |