summaryrefslogtreecommitdiff
path: root/x11/ruby-gtk
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-24 22:21:39 +0000
committersnj <snj@pkgsrc.org>2004-04-24 22:21:39 +0000
commitd06ba0d27c8a40a145d88e960954dc29b1ffc93b (patch)
treeca352dc806808f8b6ee854fad2849c588db086a7 /x11/ruby-gtk
parentc2250d8a8dca5433781f1328de5f7687797e0fdd (diff)
downloadpkgsrc-d06ba0d27c8a40a145d88e960954dc29b1ffc93b.tar.gz
Convert to buildlink3.
Diffstat (limited to 'x11/ruby-gtk')
-rw-r--r--x11/ruby-gtk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile
index bb226603eb3..bc7b3acc031 100644
--- a/x11/ruby-gtk/Makefile
+++ b/x11/ruby-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/03/16 02:01:12 taca Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/24 22:21:39 snj Exp $
# FreeBSD: ports/x11-toolkits/ruby-gtk/Makefile,v 1.16 2000/10/15 15:45:59 knu Exp
DISTNAME= ruby-gtk-0.25
@@ -12,7 +12,7 @@ HOMEPAGE= http://ruby-gnome.sourceforge.net/
COMMENT= Ruby interface to Gtk+ toolkits
WRKSRC= ${WRKDIR}/${DISTNAME:S/ruby-//}
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
@@ -37,8 +37,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/sample/testgtk/* \
${RUBY_EXAMPLESDIR}/gtk/testgtk
-.include "../../lang/ruby-base/buildlink2.mk"
-.include "../../graphics/imlib/buildlink2.mk"
+.include "../../lang/ruby-base/buildlink3.mk"
+.include "../../graphics/imlib/buildlink3.mk"
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"