Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 16:09:58 +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: r359256 - head/editors/emacs
Message-ID:  <201406251609.s5PG9wVh097656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 25 16:09:57 2014
New Revision: 359256
URL: http://svnweb.freebsd.org/changeset/ports/359256
QAT: https://qat.redports.org/buildarchive/r359256/

Log:
  Fix build without texinfo in base

Modified:
  head/editors/emacs/Makefile

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Wed Jun 25 16:09:27 2014	(r359255)
+++ head/editors/emacs/Makefile	Wed Jun 25 16:09:57 2014	(r359256)
@@ -28,7 +28,7 @@ CONFLICTS=	emacs-19.* emacs21-[0-9]* ema
 
 EMACS_VER=	24.3
 GNU_CONFIGURE=	yes
-USES=		ncurses gmake pkgconfig shebangfix tar:xz
+USES=		ncurses gmake makeinfo pkgconfig shebangfix tar:xz
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INFO_PATH=	${DATADIR_REL}/info



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