diff options
-rw-r--r-- | devel/cppunit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 32568fdaa29e..b595d0e1c459 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -31,7 +31,7 @@ MAN1= cppunit-config.1 .endif MANCOMPRESSED= no -pre-everything: +pre-everything:: .if !defined(WITH_DOXYGEN) && !defined(NOPORTDOCS) @${ECHO_MSG} @${ECHO_MSG} You could define WITH_DOXYGEN if you want HTML documentation |