diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 07:32:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 07:32:36 +0000 |
commit | 79cee04bec9d8eb41595105a0b411918c7984ad9 (patch) | |
tree | e70f93e28daf424324f3dafdf2b6fba1d1c46e01 /www/boa/Makefile | |
parent | 6294e6933b8c60e0b46ca4bf09ef0c87e6c49663 (diff) |
Allow to build with texinfo from ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=359318
Diffstat (limited to 'www/boa/Makefile')
-rw-r--r-- | www/boa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile index 54ec83da08a8..0da1036f2a8a 100644 --- a/www/boa/Makefile +++ b/www/boa/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= ale@FreeBSD.org COMMENT= High performance single-tasking web server -USES= gmake tar:bzip2 +USES= gmake makeinfo tar:bzip2 GNU_CONFIGURE= yes INFO= boa |