diff options
author | knu <knu@FreeBSD.org> | 2002-11-26 02:50:26 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-26 02:50:26 +0800 |
commit | f44e5136e506cfc249b41cc9e511fcf6991c9dab (patch) | |
tree | 24066db28b132b4daab5639e9d00fc934da640a9 /graphics | |
parent | 52cda94440ed7e6b7d04f09122a878fd86c9d0e1 (diff) | |
download | freebsd-ports-gnome-f44e5136e506cfc249b41cc9e511fcf6991c9dab.tar.gz freebsd-ports-gnome-f44e5136e506cfc249b41cc9e511fcf6991c9dab.tar.zst freebsd-ports-gnome-f44e5136e506cfc249b41cc9e511fcf6991c9dab.zip |
Mark BROKEN until I update this port to a more recent version that
builds with the latest Gimp.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gimp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ruby-gimp/Makefile b/graphics/ruby-gimp/Makefile index a55d8190917d..faded8509c04 100644 --- a/graphics/ruby-gimp/Makefile +++ b/graphics/ruby-gimp/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= gimptool:${.CURDIR}/../gimp1 LIB_DEPENDS= gimp.2:${.CURDIR}/../gimp1 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk +BROKEN= "doesn't build - needs updating" + USE_RUBY= yes USE_RUBY_EXTCONF= yes |