diff options
Diffstat (limited to 'net/libnet')
-rw-r--r-- | net/libnet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile index 5cdb89492692..f3a04f00e70c 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -20,6 +20,10 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CFLAGS+= -fPIC USE_CSTD= gnu89 +# upstream makefile is not bmake compatible +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif CONFIGURE_ARGS= --with-link-layer=${LIBNET_LINK} SHORT_VER= 11 |