diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-09 17:17:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-09 17:17:28 +0800 |
commit | 1641efeead9cfc1148b62e3e67bf6d847193036e (patch) | |
tree | 667e69d6fc362f41a6c04c6595be369f5ba15f13 | |
parent | 8b06a7d7e455547a8a0337add61086d86795dcd7 (diff) | |
download | freebsd-ports-gnome-1641efeead9cfc1148b62e3e67bf6d847193036e.tar.gz freebsd-ports-gnome-1641efeead9cfc1148b62e3e67bf6d847193036e.tar.zst freebsd-ports-gnome-1641efeead9cfc1148b62e3e67bf6d847193036e.zip |
Unbreak after OPTIONS conversion.
-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} |