diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-26 20:28:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-26 20:28:16 +0000 |
commit | fb2aa785523e33d71f8e2c0528c5dbc40560fb5d (patch) | |
tree | 05f26d70a4607f065a33a584f7c2e7c115524ccc /graphics/gnofract4d/Makefile | |
parent | - Update to 0.6.17 (diff) |
- Mark BROKEN: does not compile
fract4d/c/imageIO.cpp:191:21: error: jpeglib.h: No such file or directory
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to '')
-rw-r--r-- | graphics/gnofract4d/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index 446b91b2c7c4..c361664af0a5 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg LICENSE= BSD +BROKEN= does not compile + USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui lthack \ pygtk2 USE_PYTHON= yes |