diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-13 21:10:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-13 21:10:09 +0000 |
commit | 917e3afc7b4339a057157c4de864e40ea1e0180e (patch) | |
tree | 8494442ad1b4ed99062809694f418770b7b0bb75 /graphics/show | |
parent | 517612e0b119453bc41e8de3f49e9a45fa0c1161 (diff) | |
download | ports-917e3afc7b4339a057157c4de864e40ea1e0180e.tar.gz ports-917e3afc7b4339a057157c4de864e40ea1e0180e.zip |
- Mark BROKEN: does not compile
undefined reference to `PrintGifError'
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=299215
Diffstat (limited to 'graphics/show')
-rw-r--r-- | graphics/show/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/show/Makefile b/graphics/show/Makefile index 053ba7072d03..f5f0f856ce18 100644 --- a/graphics/show/Makefile +++ b/graphics/show/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ gif.5:${PORTSDIR}/graphics/giflib \ Imlib.5:${PORTSDIR}/graphics/imlib +BROKEN= does not compile + PLIST_FILES= bin/show post-extract: |