diff options
author | obache <obache> | 2007-08-19 14:31:25 +0000 |
---|---|---|
committer | obache <obache> | 2007-08-19 14:31:25 +0000 |
commit | c8a84bd7ea9b7d10e969c58574ed5cb3f8a5f463 (patch) | |
tree | bc34897bc5b4b8f02ce2a91203ed7545e5186955 | |
parent | 85dd26330b5dc39f8f129a0909eb9b3f97cae310 (diff) | |
download | pkgsrc-c8a84bd7ea9b7d10e969c58574ed5cb3f8a5f463.tar.gz |
Enable cairo support.
Bump PKGREVISION.
-rw-r--r-- | devel/ruby-gnome2-pango/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile index cea6e2fc955..f4e15f9dd18 100644 --- a/devel/ruby-gnome2-pango/Makefile +++ b/devel/ruby-gnome2-pango/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2007/01/29 06:42:34 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2007/08/19 14:31:25 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION} +PKGREVISION= 1 COMMENT= Ruby binding of pango-1.x CATEGORIES= devel fonts @@ -16,4 +17,5 @@ USE_TOOLS+= pkg-config INSTALL_TARGET= install .include "../../devel/pango/buildlink3.mk" +.include "../../graphics/ruby-rcairo/buildlink3.mk" .include "../../meta-pkgs/ruby-gnome2/Makefile.common" |