From d178fbc66feb43c99ba73c7164a494157aabe189 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 23 Oct 2024 05:53:45 +0800 Subject: [PATCH] net/libnet: Cosmetic change --- net/libnet/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/libnet/Makefile b/net/libnet/Makefile index 1a8f18f493be..c59bb10e2f4b 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -13,7 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe libtool pathfix -CONFIGURE_ARGS= --disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-html --disable-doxygen-man +CONFIGURE_ARGS= --disable-doxygen-doc \ + --disable-doxygen-dot \ + --disable-doxygen-html \ + --disable-doxygen-man GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes