Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 21:03:30 +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: r401398 - head/devel/tclcheck
Message-ID:  <201511122103.tACL3UuB070495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Nov 12 21:03:30 2015
New Revision: 401398
URL: https://svnweb.freebsd.org/changeset/ports/401398

Log:
  devel/tclcheck: Add USES=alias to fix malloc.h-less DF

Modified:
  head/devel/tclcheck/Makefile

Modified: head/devel/tclcheck/Makefile
==============================================================================
--- head/devel/tclcheck/Makefile	Thu Nov 12 20:48:54 2015	(r401397)
+++ head/devel/tclcheck/Makefile	Thu Nov 12 21:03:30 2015	(r401398)
@@ -14,6 +14,8 @@ COMMENT=	Program to check the nesting of
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 LICENSE_PERMS=	 dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+USES=		alias
+
 PLIST_FILES=	bin/tclCheck \
 		man/man1/tclCheck.1.gz
 PORTDOCS=	*



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