diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-25 01:17:36 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-12-25 01:17:36 +0800 |
commit | 04c36e574715ba0b405614ca7ee11e65261fbbf7 (patch) | |
tree | c04c9c0f0891a6905ff38d9f9ac37a45eba0c608 /emulators/wine-devel | |
parent | 6b320a0ce9b630f8693c8b07e73ab29b8db91568 (diff) | |
download | freebsd-ports-gnome-04c36e574715ba0b405614ca7ee11e65261fbbf7.tar.gz freebsd-ports-gnome-04c36e574715ba0b405614ca7ee11e65261fbbf7.tar.zst freebsd-ports-gnome-04c36e574715ba0b405614ca7ee11e65261fbbf7.zip |
Replace USE_AUTOTOOLS with a plain dependency on devel/autoconf.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index fe530920de8e..05f14ffc7629 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -147,13 +147,10 @@ DISTFILES+= ${COMP_DIST}:cho EXTRACT_DEPENDS=bash:shells/bash \ git:devel/git \ - ${AUTOCONF_DEPENDS} - -USE_AUTOTOOLS= autoconf:env + autoreconf-2.69:devel/autoconf post-extract: fix-shebang cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${COMP_DIST} --strip-components 1 - ${REINPLACE_CMD} 's|autoreconf|${AUTORECONF}|g' ${WRKSRC}/patches/patchinstall.sh cd ${WRKSRC} && bash ./patches/patchinstall.sh --backend=patch DESTDIR=${WRKSRC} --all .endif |