aboutsummaryrefslogtreecommitdiff
path: root/net/libnet
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 09:12:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 09:12:43 +0000
commitf0dcdc610559e836499c79e6ee8653f56a0a91fa (patch)
tree7c6ac39ab8a0eff1d7709f5e9aeff2b73e4f5769 /net/libnet
parent0d9d3f431edb3faca32df1da01ae1dfd6d7990bb (diff)
downloadports-f0dcdc610559e836499c79e6ee8653f56a0a91fa.tar.gz
ports-f0dcdc610559e836499c79e6ee8653f56a0a91fa.zip
Upstream makefile is not bmake compatible, let's use gmake to build this port in case make is bmake
Obtained from: dports
Notes
Notes: svn path=/head/; revision=317184
Diffstat (limited to 'net/libnet')
-rw-r--r--net/libnet/Makefile4
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