diff options
-rw-r--r-- | databases/tokyocabinet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index ea5ec0862e55..3b835456244a 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -42,8 +42,9 @@ UYIELD_DESC= Detecting race conditions .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in PORTDOCS= * +.else +EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in .endif .if ${PORT_OPTIONS:MDEBUG} |