diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 09:12:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 09:12:43 +0000 |
commit | f0dcdc610559e836499c79e6ee8653f56a0a91fa (patch) | |
tree | 7c6ac39ab8a0eff1d7709f5e9aeff2b73e4f5769 /net/libnet | |
parent | 0d9d3f431edb3faca32df1da01ae1dfd6d7990bb (diff) |
Notes
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 |