diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 22:34:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-25 22:34:53 +0000 |
commit | 0a24f48f87d4c03e24a64dbf8b0df19b182f2a31 (patch) | |
tree | 922264c377210a1f5e80bfafc947d25c3707e7d8 | |
parent | - Update to 2.1.5 (diff) |
Allow to build info pages with texinfo from ports
Notes
Notes:
svn path=/head/; revision=359315
-rw-r--r-- | devel/cvs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index e7ca39cdb771..0a3d23ad13ba 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -10,7 +10,7 @@ COMMENT= Version control system LICENSE= GPLv2 -USES= uidfix tar:xz +USES= makeinfo tar:xz uidfix WRKSRC= ${WRKDIR}/call/cvs-build INFO= cvs cvsclient |