diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-14 09:22:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-14 09:22:57 +0000 |
commit | 609ba5cbebd8c7447b56b7ab387c8e53e5138214 (patch) | |
tree | 831ad91152416309813b49cb426e202b35f5c3c5 /graphics/devil | |
parent | ce425a8f778269ee533b6801108f55159590d017 (diff) | |
download | ports-609ba5cbebd8c7447b56b7ab387c8e53e5138214.tar.gz ports-609ba5cbebd8c7447b56b7ab387c8e53e5138214.zip |
Notes
Diffstat (limited to 'graphics/devil')
-rw-r--r-- | graphics/devil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index e9128f1324c3..f95f782068cc 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ OPTIONS= SDL "Enable SDL support" off +BROKEN= Does not build + .include <bsd.port.pre.mk> .if defined(WITH_SDL) |