diff options
author | pav <pav@FreeBSD.org> | 2009-03-13 22:23:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-13 22:23:01 +0800 |
commit | 6f40f71476b8312898cd0f76f9536c41db1597c2 (patch) | |
tree | f6d59bbf8f3205bc0b8ccb26bc45cea274c22c7b /multimedia | |
parent | 1c44337dde2a9c2e6f0613ea854926e8354fd001 (diff) | |
download | freebsd-ports-gnome-6f40f71476b8312898cd0f76f9536c41db1597c2.tar.gz freebsd-ports-gnome-6f40f71476b8312898cd0f76f9536c41db1597c2.tar.zst freebsd-ports-gnome-6f40f71476b8312898cd0f76f9536c41db1597c2.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 |