diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-13 22:23:01 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-13 22:23:01 +0800 |
commit | 91f73e07e71d27f4b8cf057ab473a1c364059228 (patch) | |
tree | f6f7c30595db85577546caeab286974773491836 /multimedia | |
parent | 3855eb4fc177c835764b798ce9e3368aa9ea02f0 (diff) | |
download | freebsd-ports-gnome-91f73e07e71d27f4b8cf057ab473a1c364059228.tar.gz freebsd-ports-gnome-91f73e07e71d27f4b8cf057ab473a1c364059228.tar.zst freebsd-ports-gnome-91f73e07e71d27f4b8cf057ab473a1c364059228.zip |
- Mark BROKEN: does not compile (error: scalar object 'matrix' requires one
element in initializer)
Reported by: pointyhat
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmpx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index 49173bba0655..fedb787fb451 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -29,6 +29,8 @@ LIB_DEPENDS= tag.6:${PORTSDIR}/audio/taglib \ CONFLICTS= bmpx-devel-[0-9]* +BROKEN= does not compile + USE_BISON= build USE_XORG= ice sm USE_BZIP2= yes |