svn commit: r401493 - head/devel/libcli

John Marino marino at FreeBSD.org
Fri Nov 13 09:25:52 UTC 2015


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


More information about the svn-ports-all mailing list