diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 19:51:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 19:51:28 +0800 |
commit | df25a4ade8a990cf5f5ebbfc5916f32f551cbf8e (patch) | |
tree | f268716e146e86c280e616d4264aace0495c4501 /devel/autoconf | |
parent | 34aff32ac9d813576a095a8f7e0ef275cb56a5c6 (diff) | |
download | freebsd-ports-gnome-df25a4ade8a990cf5f5ebbfc5916f32f551cbf8e.tar.gz freebsd-ports-gnome-df25a4ade8a990cf5f5ebbfc5916f32f551cbf8e.tar.zst freebsd-ports-gnome-df25a4ade8a990cf5f5ebbfc5916f32f551cbf8e.zip |
Fix build without texinfo in base
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 799e00fdd8fd..d4de8a4956c4 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ BUILD_VERSION= 2.69 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -USES= gmake perl5 tar:xz +USES= gmake makeinfo perl5 tar:xz INFO= autoconf GNU_CONFIGURE= yes |