diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 19:54:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 19:54:11 +0800 |
commit | ead93f22059e39bdba03c27edfa376b7de61fd20 (patch) | |
tree | 78815d5647525568aebe3558adffd8318bca66d1 /devel | |
parent | df25a4ade8a990cf5f5ebbfc5916f32f551cbf8e (diff) | |
download | freebsd-ports-gnome-ead93f22059e39bdba03c27edfa376b7de61fd20.tar.gz freebsd-ports-gnome-ead93f22059e39bdba03c27edfa376b7de61fd20.tar.zst freebsd-ports-gnome-ead93f22059e39bdba03c27edfa376b7de61fd20.zip |
Fix build without texinfo in base
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf213/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index eeedac2fbad9..88a98d82c0c6 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ BUILD_VERSION= 2.13 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -USES= perl5 desthack tar:bzip2 +USES= perl5 desthack makeinfo tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} |