summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-06-02 09:13:42 +0000
committerJohn Marino <marino@FreeBSD.org>2015-06-02 09:13:42 +0000
commit6b14a4ed8a1f02bababfacc20b09799c0d99c67a (patch)
treeecb9b72d0fa5a8aac8a9962d3d3c948c9654342b /cad
parentBUILD_DEPENDS are actually RUN_DEPENDS. (diff)
cad/ghdl: Fix missing makeinfo on -CURRENT (caught by pkg-fallout)
Notes
Notes: svn path=/head/; revision=388310
Diffstat (limited to 'cad')
-rw-r--r--cad/ghdl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile
index eaf2fdd55df0..bfa97a4b5e4a 100644
--- a/cad/ghdl/Makefile
+++ b/cad/ghdl/Makefile
@@ -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} \