Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 08:47:35 +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: r401487 - head/multimedia/xanim
Message-ID:  <201511130847.tAD8lZoW097443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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