diff options
author | John Marino <marino@FreeBSD.org> | 2015-11-13 08:47:34 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-11-13 08:47:34 +0000 |
commit | 1ba0b6874ea21463c2ae605dcdd810573c13bcbf (patch) | |
tree | 983de1c624d069cbfa8b62201da43e74d42e17e5 | |
parent | 1e63c7baf7bb98b19503bd7f7881fb13d5d73bfa (diff) | |
download | freebsd-ports-1ba0b6874ea21463c2ae605dcdd810573c13bcbf.zip |
multimedia/xanim: USES=alias to fix malloc.h-less DF
-rw-r--r-- | multimedia/xanim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index 2c52d8f99289..b6e693d180a3 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -18,7 +18,7 @@ NO_CDROM= Must be redistributed without fee # 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 |