svn commit: r401398 - head/devel/tclcheck

John Marino marino at FreeBSD.org
Thu Nov 12 21:03:32 UTC 2015


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=	*


More information about the svn-ports-all mailing list