diff options
Diffstat (limited to 'net/pen/Makefile')
-rw-r--r-- | net/pen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile index 6e4da33a1dc5..fc0021c906d1 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -33,6 +33,6 @@ CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE} KQUEUE_CONFIGURE_ON= --with-kqueue KQUEUE_CONFIGURE_OFF= --with-poll -DOCS_MAKE_ARGS= -DNOPORTDOCS +DOCS_MAKE_ARGS_OFF= -DNOPORTDOCS .include <bsd.port.mk> |