Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 09:25:51 +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: r401493 - head/devel/libcli
Message-ID:  <201511130925.tAD9Ppc1010501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Nov 13 09:25:50 2015
New Revision: 401493
URL: https://svnweb.freebsd.org/changeset/ports/401493

Log:
  devel/libcli: USES=alias to support malloc.h-less DF

Modified:
  head/devel/libcli/Makefile

Modified: head/devel/libcli/Makefile
==============================================================================
--- head/devel/libcli/Makefile	Fri Nov 13 09:22:25 2015	(r401492)
+++ head/devel/libcli/Makefile	Fri Nov 13 09:25:50 2015	(r401493)
@@ -11,7 +11,7 @@ COMMENT=	Emulates a Cisco style command-
 
 LICENSE=	LGPL21
 
-USES=		gmake
+USES=		alias gmake
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	dparrish



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