Date: Wed, 25 Jun 2014 17:00:24 +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: r359261 - head/deskutils/org-mode.el Message-ID: <201406251700.s5PH0O25021262@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jun 25 17:00:23 2014 New Revision: 359261 URL: http://svnweb.freebsd.org/changeset/ports/359261 QAT: https://qat.redports.org/buildarchive/r359261/ Log: Fix build without texinfo in base With hat: portmgr Modified: head/deskutils/org-mode.el/Makefile Modified: head/deskutils/org-mode.el/Makefile ============================================================================== --- head/deskutils/org-mode.el/Makefile Wed Jun 25 16:58:39 2014 (r359260) +++ head/deskutils/org-mode.el/Makefile Wed Jun 25 17:00:23 2014 (r359261) @@ -12,7 +12,7 @@ DISTNAME= org-${PORTVERSION} MAINTAINER= jhein@symmetricom.com COMMENT= Emacs mode for notes and project planning -USES= gmake +USES= gmake makeinfo DOCSDIR= ${PREFIX}/share/doc/org-mode USE_EMACS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251700.s5PH0O25021262>