diff options
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r-- | devel/doxygen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 4e23f13978b6..578126c64fef 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -65,7 +65,7 @@ IGNORE= PDFDOCS option requires HTMLDOCS and LATEX options to be set .endif .if ${PORT_OPTIONS:MPDFDOCS} -USE_GHOSTSCRIPT_BUILD= yes +USES+= ghostscript:build .endif .if ${PORT_OPTIONS:MQT4} |