svn commit: r317184 - head/net/libnet

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 09:12:44 UTC 2013


Author: bapt
Date: Fri May  3 09:12:43 2013
New Revision: 317184
URL: http://svnweb.freebsd.org/changeset/ports/317184

Log:
  Upstream makefile is not bmake compatible, let's use gmake to build this port in case make is bmake
  
  Obtained from:	dports

Modified:
  head/net/libnet/Makefile

Modified: head/net/libnet/Makefile
==============================================================================
--- head/net/libnet/Makefile	Fri May  3 08:32:07 2013	(r317183)
+++ head/net/libnet/Makefile	Fri May  3 09:12:43 2013	(r317184)
@@ -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


More information about the svn-ports-all mailing list