svn commit: r359245 - head/lang/guile

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 14:20:27 UTC 2014


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


More information about the svn-ports-all mailing list