diff options
Diffstat (limited to 'devel/libosmocore/Makefile')
-rw-r--r-- | devel/libosmocore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libosmocore/Makefile b/devel/libosmocore/Makefile index da7aef98cf87..ab37bf9ab939 100644 --- a/devel/libosmocore/Makefile +++ b/devel/libosmocore/Makefile @@ -29,7 +29,9 @@ PORTDOCS= * SHEBANG_FILES= utils/conv_codes_gsm.py utils/conv_gen.py python_OLD_CMD= /usr/bin/python2 -OPTIONS_DEFINE= DOXYGEN +OPTIONS_DEFINE= DOXYGEN DOCS + +DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz DOXYGEN_CONFIGURE_ENV_OFF=ac_cv_path_DOXYGEN=false |