svn commit: r401487 - head/multimedia/xanim

John Marino marino at FreeBSD.org
Fri Nov 13 08:47:36 UTC 2015


Author: marino
Date: Fri Nov 13 08:47:34 2015
New Revision: 401487
URL: https://svnweb.freebsd.org/changeset/ports/401487

Log:
  multimedia/xanim: USES=alias to fix malloc.h-less DF

Modified:
  head/multimedia/xanim/Makefile

Modified: head/multimedia/xanim/Makefile
==============================================================================
--- head/multimedia/xanim/Makefile	Fri Nov 13 08:33:03 2015	(r401486)
+++ head/multimedia/xanim/Makefile	Fri Nov 13 08:47:34 2015	(r401487)
@@ -18,7 +18,7 @@ NO_CDROM=	Must be redistributed without 
 
 # clang's cpp destroys whitespace, particularly hard tabs in makefiles,
 # which is fatal for imake.
-USES=		imake
+USES=		alias imake
 USE_GCC=	any
 USE_XORG=	xext xt sm ice xext x11
 MAKE_ARGS+=	-j 2 # safe and helps even the single-CPU machines


More information about the svn-ports-all mailing list