svn commit: r359256 - head/editors/emacs

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 16:09:58 UTC 2014


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


More information about the svn-ports-head mailing list