Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 23:40:45 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401467 - head/net-mgmt/flow-extract
Message-ID:  <201511122340.tACNejMu023101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511122340.tACNejMu023101>