diff options
author | pav <pav@FreeBSD.org> | 2012-06-14 04:55:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-06-14 04:55:51 +0800 |
commit | 74702e78bea6c67c4706e91f9a86988280542d88 (patch) | |
tree | 74a9a9378b9286d9e695086c56a1cbf2078de21c /graphics/ida | |
parent | fa434ccb4b86ecb802698d2e9966379c903558e9 (diff) | |
download | freebsd-ports-gnome-74702e78bea6c67c4706e91f9a86988280542d88.tar.gz freebsd-ports-gnome-74702e78bea6c67c4706e91f9a86988280542d88.tar.zst freebsd-ports-gnome-74702e78bea6c67c4706e91f9a86988280542d88.zip |
- Mark BROKEN: does not compile
undefined reference to `PrintGifError'
Reported by: pointyhat
Diffstat (limited to 'graphics/ida')
-rw-r--r-- | graphics/ida/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 29c68030bc82..b5c91cba5e5f 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -21,6 +21,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ exif.12:${PORTSDIR}/graphics/libexif +BROKEN= does not compile + OPTIONS_DEFINE= GIF PCF PNG SANE TIFF WEBP DOCS OPTIONS_DEFAULT= GIF PNG TIFF PCD_DESC= Enable PhotoCD support |