diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 05:51:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 05:51:15 +0800 |
commit | abfc40783cc8938cf5b273f5558c5c21731141c2 (patch) | |
tree | 3670e6ad21b979cb11753aba8a88ba559300596d /emulators/mtools | |
parent | 117845f38ea2dde878dbcf1c46e314370c20db20 (diff) | |
download | freebsd-ports-gnome-abfc40783cc8938cf5b273f5558c5c21731141c2.tar.gz freebsd-ports-gnome-abfc40783cc8938cf5b273f5558c5c21731141c2.tar.zst freebsd-ports-gnome-abfc40783cc8938cf5b273f5558c5c21731141c2.zip |
Allow to build with texinfo from ports
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 2cdee6855bf7..61a68ccf942a 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv3 CONFLICTS_INSTALL= multimarkdown-* -USES= gmake -USE_BZIP2= yes +USES= gmake makeinfo tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_malloc_h=no CONFIGURE_ARGS= --enable-xdf |