svn commit: r421334 - head/math/wxMaxima

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 4 13:23:06 UTC 2016


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


More information about the svn-ports-head mailing list