Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2016 13:23:05 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421334 - head/math/wxMaxima
Message-ID:  <201609041323.u84DN5IE057722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep  4 13:23:04 2016
New Revision: 421334
URL: https://svnweb.freebsd.org/changeset/ports/421334

Log:
  - Fix build on 11.x+ by adding missing makeinfo dependency
  
  Approved by:	portmgr blanket

Modified:
  head/math/wxMaxima/Makefile

Modified: head/math/wxMaxima/Makefile
==============================================================================
--- head/math/wxMaxima/Makefile	Sun Sep  4 13:21:21 2016	(r421333)
+++ head/math/wxMaxima/Makefile	Sun Sep  4 13:23:04 2016	(r421334)
@@ -23,7 +23,7 @@ PLIST_SUB=	DESKTOPDIR=${DESKTOPDIR:S,${P
 INFO=		wxmaxima
 
 USE_GITHUB=	yes
-USES=		autoreconf desktop-file-utils gettext shared-mime-info
+USES=		autoreconf desktop-file-utils gettext makeinfo shared-mime-info
 USE_WX=		3.0
 
 WX_COMPS=	wx



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