diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:43:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:43:20 +0000 |
commit | ddb9de7bc2e3b9e61fa3840c92516bb76c71e03a (patch) | |
tree | 74961db0baf48200c6e7a127eea6f186d6dc39c3 /multimedia | |
parent | d579cd2aaa0c063c19f775d4afe0b228d9670667 (diff) | |
download | ports-ddb9de7bc2e3b9e61fa3840c92516bb76c71e03a.tar.gz ports-ddb9de7bc2e3b9e61fa3840c92516bb76c71e03a.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xanim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index fca5d76b54e0..42dfa15c3faf 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -17,6 +17,8 @@ COMMENT= Play most popular animation formats and show pictures NO_CDROM= redistributed without fee +# clang's cpp destroys whitespace, particularly hard tabs in makefiles, +# which is fatal for imake. USE_GCC= any USE_IMAKE= yes USE_XORG= xext xt sm ice xext x11 |