Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 09:13:43 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388310 - head/cad/ghdl
Message-ID:  <201506020913.t529DhFZ086829@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Jun  2 09:13:42 2015
New Revision: 388310
URL: https://svnweb.freebsd.org/changeset/ports/388310

Log:
  cad/ghdl: Fix missing makeinfo on -CURRENT (caught by pkg-fallout)

Modified:
  head/cad/ghdl/Makefile

Modified: head/cad/ghdl/Makefile
==============================================================================
--- head/cad/ghdl/Makefile	Tue Jun  2 09:05:27 2015	(r388309)
+++ head/cad/ghdl/Makefile	Tue Jun  2 09:13:42 2015	(r388310)
@@ -93,7 +93,7 @@ EXTRA_CONFIG+=	--with-as=${AS_COMMAND}
 
 .if ${PORT_OPTIONS:MGCC}
 GCCDISTFILE=	gcc-${GCCVER}.tar.bz2
-USES+=		iconv libtool perl5
+USES+=		iconv libtool makeinfo perl5
 USE_PERL5=	build
 INFO=		ghdl
 PLIST_SUB+=	GLEX=ghdl/libexec/gcc/${BLD_TARGET}/${GCCVER} \



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