diff options
author | pav <pav@FreeBSD.org> | 2012-06-14 05:10:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-06-14 05:10:09 +0800 |
commit | cdec1900cc1fa16eb9041022d40dcf7eebe56500 (patch) | |
tree | 30a054c7292edfdeff77ecc85a1aee3abc30f618 /x11 | |
parent | 735e5b24b33093e52e6cacb951e7e8ef5f6edcb3 (diff) | |
download | freebsd-ports-gnome-cdec1900cc1fa16eb9041022d40dcf7eebe56500.tar.gz freebsd-ports-gnome-cdec1900cc1fa16eb9041022d40dcf7eebe56500.tar.zst freebsd-ports-gnome-cdec1900cc1fa16eb9041022d40dcf7eebe56500.zip |
- Mark BROKEN: does not compile
undefined reference to `PrintGifError'
Reported by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r-- | x11/silo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/silo/Makefile b/x11/silo/Makefile index 20a5a59dcda2..fe6fa97aa095 100644 --- a/x11/silo/Makefile +++ b/x11/silo/Makefile @@ -17,6 +17,8 @@ COMMENT= A simple X11 launcher extensible in any programming language USE_BZIP2= yes USE_XORG= xpm x11 +BROKEN= does not compile + pre-everything:: .if defined(WITHOUT_IMLIB) @${ECHO_CMD} "Disabling Imlib support; only XPM images are supported" |