summaryrefslogtreecommitdiff
path: root/ham/gnuradio-doxygen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-doxygen/Makefile')
-rw-r--r--ham/gnuradio-doxygen/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/ham/gnuradio-doxygen/Makefile b/ham/gnuradio-doxygen/Makefile
index c7b9625ae1c..6c90bdf09aa 100644
--- a/ham/gnuradio-doxygen/Makefile
+++ b/ham/gnuradio-doxygen/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2016/06/16 14:02:46 mef Exp $
+# $NetBSD: Makefile,v 1.10 2016/07/12 11:36:47 mef Exp $
PKGNAME= gnuradio-doxygen-${VERSION}
-PKGREVISION= 2
COMMENT= Doxygen documentation of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
@@ -12,6 +11,10 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
DEPENDS+= web2c-[0-9]*:../../print/web2c
+# in case those packages are already installed by other requirement..
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_DOXYGEN=ON