summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2011-02-19 09:06:33 +0000
committermarkd <markd@pkgsrc.org>2011-02-19 09:06:33 +0000
commit9ad764ced46c8ca8bd5a14b96400f495dcfcdd28 (patch)
tree5742a37d79c35ce3ef65484d10a308ad432cec9b
parentfd5037800e3f1d16735b50ee0eb4674724626436 (diff)
downloadpkgsrc-9ad764ced46c8ca8bd5a14b96400f495dcfcdd28.tar.gz
Depend on gtk version of imlib. Bump PKGREVISION.
-rw-r--r--x11/dfm/Makefile4
-rw-r--r--x11/dfm/Makefile.common4
-rw-r--r--x11/gtk-engines/Makefile6
-rw-r--r--x11/ruby-gtk/Makefile6
4 files changed, 10 insertions, 10 deletions
diff --git a/x11/dfm/Makefile b/x11/dfm/Makefile
index 338211bb435..ddbd7b1c5d9 100644
--- a/x11/dfm/Makefile
+++ b/x11/dfm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2011/01/13 13:39:42 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2011/02/19 09:06:33 markd Exp $
#
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= x11
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/x11/dfm/Makefile.common b/x11/dfm/Makefile.common
index 56fa0904889..959d3cb802c 100644
--- a/x11/dfm/Makefile.common
+++ b/x11/dfm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2011/01/12 10:47:41 wiz Exp $
+# $NetBSD: Makefile.common,v 1.16 2011/02/19 09:06:33 markd Exp $
#
# used by x11/dfm/Makefile
@@ -11,7 +11,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-imlib-icons
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../graphics/imlib/buildlink3.mk"
+.include "../../graphics/imlib-gtk/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
diff --git a/x11/gtk-engines/Makefile b/x11/gtk-engines/Makefile
index 8d0b104d703..dd4fd5e34f9 100644
--- a/x11/gtk-engines/Makefile
+++ b/x11/gtk-engines/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2011/01/13 13:39:46 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2011/02/19 09:06:33 markd Exp $
DISTNAME= gtk-engines-0.12
-PKGREVISION= 13
+PKGREVISION= 14
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/0.12/}
@@ -19,5 +19,5 @@ USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= # empty
.include "../../x11/gtk/buildlink3.mk"
-.include "../../graphics/imlib/buildlink3.mk"
+.include "../../graphics/imlib-gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile
index a14a4b68427..b415d68af86 100644
--- a/x11/ruby-gtk/Makefile
+++ b/x11/ruby-gtk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2011/01/13 13:40:06 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2011/02/19 09:06:33 markd Exp $
DISTNAME= ruby-gtk-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-gtk-${VERSION}
-PKGREVISION= 13
+PKGREVISION= 14
CATEGORIES= x11 ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-gnome/}
@@ -31,5 +31,5 @@ post-install:
${DESTDIR}${PREFIX}/${RUBY_EG}/gtk/testgtk
.include "../../lang/ruby/modules.mk"
-.include "../../graphics/imlib/buildlink3.mk"
+.include "../../graphics/imlib-gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"