svn commit: r319418 - head/net/libnet

Martin Wilke miwi at FreeBSD.org
Thu May 30 12:17:05 UTC 2013


Author: miwi
Date: Thu May 30 12:17:04 2013
New Revision: 319418
URL: http://svnweb.freebsd.org/changeset/ports/319418

Log:
  - Unbreak build on HEAD

Modified:
  head/net/libnet/Makefile   (contents, props changed)

Modified: head/net/libnet/Makefile
==============================================================================
--- head/net/libnet/Makefile	Thu May 30 11:55:31 2013	(r319417)
+++ head/net/libnet/Makefile	Thu May 30 12:17:04 2013	(r319418)
@@ -20,10 +20,6 @@ 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