svn commit: r401467 - head/net-mgmt/flow-extract

John Marino marino at FreeBSD.org
Thu Nov 12 23:40:46 UTC 2015


Author: marino
Date: Thu Nov 12 23:40:45 2015
New Revision: 401467
URL: https://svnweb.freebsd.org/changeset/ports/401467

Log:
  net-mgmt/flow-extract: Add USES=alias to fix malloc.h-less DF

Modified:
  head/net-mgmt/flow-extract/Makefile

Modified: head/net-mgmt/flow-extract/Makefile
==============================================================================
--- head/net-mgmt/flow-extract/Makefile	Thu Nov 12 23:35:52 2015	(r401466)
+++ head/net-mgmt/flow-extract/Makefile	Thu Nov 12 23:40:45 2015	(r401467)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools
 
+USES=		alias
 WRKSRC=		${WRKDIR}/${PORTNAME}
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LIBS}"
 


More information about the svn-ports-all mailing list