Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 14:20:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359245 - head/lang/guile
Message-ID:  <201406251420.s5PEKRcG047448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 25 14:20:27 2014
New Revision: 359245
URL: http://svnweb.freebsd.org/changeset/ports/359245
QAT: https://qat.redports.org/buildarchive/r359245/

Log:
  Fix build without texinfo in base

Modified:
  head/lang/guile/Makefile

Modified: head/lang/guile/Makefile
==============================================================================
--- head/lang/guile/Makefile	Wed Jun 25 14:19:25 2014	(r359244)
+++ head/lang/guile/Makefile	Wed Jun 25 14:20:27 2014	(r359245)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/
 CONFLICTS_INSTALL=	guile2-[0-9]*
 
 USE_AUTOTOOLS=	autoconf libltdl
-USES=		gmake ncurses
+USES=		gmake makeinfo ncurses
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251420.s5PEKRcG047448>