diff options
author | kris <kris@FreeBSD.org> | 2005-11-14 09:56:17 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-14 09:56:17 +0800 |
commit | d1e34a19a3acc34ab49cf0398ac123b823055a53 (patch) | |
tree | 9393131a3354292ea5bb7d2cff2d4dfe253d719e /graphics | |
parent | c39e2ed3af4e9875046b2c9321187016a04e73e2 (diff) | |
download | freebsd-ports-gnome-d1e34a19a3acc34ab49cf0398ac123b823055a53.tar.gz freebsd-ports-gnome-d1e34a19a3acc34ab49cf0398ac123b823055a53.tar.zst freebsd-ports-gnome-d1e34a19a3acc34ab49cf0398ac123b823055a53.zip |
BROKEN: Does not compile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/showimg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile index cef4e8219fc0..9866e3804a6d 100644 --- a/graphics/showimg/Makefile +++ b/graphics/showimg/Makefile @@ -20,6 +20,8 @@ COMMENT= A picture viewer designed to run under KDE 3.x LIB_DEPENDS= kipi:${PORTSDIR}/graphics/libkipi \ kexif:${PORTSDIR}/graphics/libkexif +BROKEN= Does not compile + USE_BZIP2= yes USE_KDEBASE_VER= 3 USE_GMAKE= yes |