diff options
author | marino <marino@FreeBSD.org> | 2015-11-13 07:40:45 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-11-13 07:40:45 +0800 |
commit | cdd8fc3dcb27ab946e1c0e0f082c2f52d9c1ad52 (patch) | |
tree | 0c57c45434a36af5a29a0f062c52dca1a648a4ee /net-mgmt | |
parent | 4c9538ab6fe370c9d95fdd804aa491101a8d28dc (diff) | |
download | freebsd-ports-gnome-cdd8fc3dcb27ab946e1c0e0f082c2f52d9c1ad52.tar.gz freebsd-ports-gnome-cdd8fc3dcb27ab946e1c0e0f082c2f52d9c1ad52.tar.zst freebsd-ports-gnome-cdd8fc3dcb27ab946e1c0e0f082c2f52d9c1ad52.zip |
net-mgmt/flow-extract: Add USES=alias to fix malloc.h-less DF
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flow-extract/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/flow-extract/Makefile b/net-mgmt/flow-extract/Makefile index 8657bce1caef..44d936fa0dc1 100644 --- a/net-mgmt/flow-extract/Makefile +++ b/net-mgmt/flow-extract/Makefile @@ -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}" |