diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 20:22:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 20:22:55 +0800 |
commit | 8f1bfe05af55308051a60d62e791b4cee572db2a (patch) | |
tree | 39bd1034695a061c018196f9dd7179f05600a456 /shells | |
parent | da60d8254fe292a8ea85bf27be3d45cd82d50684 (diff) | |
download | freebsd-ports-gnome-8f1bfe05af55308051a60d62e791b4cee572db2a.tar.gz freebsd-ports-gnome-8f1bfe05af55308051a60d62e791b4cee572db2a.tar.zst freebsd-ports-gnome-8f1bfe05af55308051a60d62e791b4cee572db2a.zip |
Fix build without texinfo in base
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index a57dfb837e52..18d5df60795c 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -30,7 +30,7 @@ IMPLICITCD_DESC= Use directory name alone to cd into it COLONBREAKSWORDS_DESC= Colons break words HELP_DESC= Enable builtin help -USES= bison +USES= bison makeinfo OPTIONS_SUB= yes IMPLICITCD_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-implicitcd |