diff options
Diffstat (limited to 'x11/ruby-gnome2-gtksourceview2/Makefile')
-rw-r--r-- | x11/ruby-gnome2-gtksourceview2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ruby-gnome2-gtksourceview2/Makefile b/x11/ruby-gnome2-gtksourceview2/Makefile index 451d6482860..6da9edc0cd6 100644 --- a/x11/ruby-gnome2-gtksourceview2/Makefile +++ b/x11/ruby-gnome2-gtksourceview2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2011/11/01 06:03:09 sbd Exp $ +# $NetBSD: Makefile,v 1.17 2012/01/11 13:47:31 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview2-${VERSION} COMMENT= Ruby binding of gtksourceview2 -PKGREVISION= 1 CATEGORIES= x11 CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview2-[0-9]* @@ -17,6 +16,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk do-test: ${RUN} cd ${WRKSRC}/gtksourceview2/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb +.include "../../graphics/ruby-rcairo/buildlink3.mk" .include "../../x11/gtksourceview2/buildlink3.mk" .include "../../devel/ruby-pkg-config/tool.mk" .include "../../meta-pkgs/ruby-gnome2/Makefile.common" |