diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-17 20:17:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-17 20:17:31 +0000 |
commit | 5e1dae6ca38e1cedc0562c6bddf47e90396e9bd6 (patch) | |
tree | 98e772c20467b46e507731d9398a59d98f1585c4 /japanese/ming/Makefile | |
parent | - Update MASTER_SITES and WWW: line (diff) |
- Mark BROKEN: does not compile
gif2dbl.o: In function `error':
gif2dbl.c:(.text+0x76): undefined reference to `PrintGifError'
Reported by: pointyhat
Diffstat (limited to 'japanese/ming/Makefile')
-rw-r--r-- | japanese/ming/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile index 859dead19e44..32e326dfa05b 100644 --- a/japanese/ming/Makefile +++ b/japanese/ming/Makefile @@ -19,6 +19,8 @@ COMMENT= LGPL'ed Flash 4/5 movie output library with Japanese languages support LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ gif.5:${PORTSDIR}/graphics/giflib +BROKEN= does not compile + CONFLICTS= ming-* WRKSRC= ${WRKDIR}/jaming-${PORTVERSION}/src |