diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-25 18:50:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-25 18:50:26 +0000 |
commit | c01eae4c1d4718b246d3f1335f4d01b49fa58aab (patch) | |
tree | fb9d96e85cb66600f429c800260b7e522fb32294 /graphics/ruby-gimp | |
parent | Add a patch to fix the build on current (with gcc 3.2.1). (diff) |
Mark BROKEN until I update this port to a more recent version that
builds with the latest Gimp.
Notes
Notes:
svn path=/head/; revision=71089
Diffstat (limited to 'graphics/ruby-gimp')
-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 |