summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-03-24 14:35:16 +0000
committerwiz <wiz@pkgsrc.org>2011-03-24 14:35:16 +0000
commita3fb78a1efe1b7ddbee632385e0fdceaea5d8371 (patch)
tree75d4839d138237ba5f3b6ff75f9cfaeb0ba0c5c1 /x11
parent93929f1e822d7d024ab432f272e0ba0e6be82a76 (diff)
downloadpkgsrc-a3fb78a1efe1b7ddbee632385e0fdceaea5d8371.tar.gz
Jens Rehsack noted that the inclusion of jpeg/bl3.mk in xfce4-thunar
must be propagated in its bl3.mk file. Do that, and depend on that version; recursive PKGREVISION bump since a few dependencies might link against jpeg now.
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-desktop/Makefile4
-rw-r--r--x11/xfce4-places-plugin/Makefile4
-rw-r--r--x11/xfce4-places-plugin/buildlink3.mk4
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/xfce4-desktop/Makefile b/x11/xfce4-desktop/Makefile
index ec86c152f78..fd0972a12a9 100644
--- a/x11/xfce4-desktop/Makefile
+++ b/x11/xfce4-desktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2011/01/13 13:40:07 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2011/03/24 14:35:17 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
DISTNAME= xfdesktop-${XFCE4_VERSION}
PKGNAME= xfce4-desktop-${XFCE4_VERSION}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= x11
COMMENT= Xfce desktop background manager
diff --git a/x11/xfce4-places-plugin/Makefile b/x11/xfce4-places-plugin/Makefile
index 762d9d0ba10..b09ab98c128 100644
--- a/x11/xfce4-places-plugin/Makefile
+++ b/x11/xfce4-places-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/01/13 13:36:44 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2011/03/24 14:35:17 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -7,7 +7,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
XFCE4_VERSION= 1.0.0
DISTNAME= xfce4-places-plugin-${XFCE4_VERSION}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= x11
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-places-plugin/
COMMENT= Xfce Places plugin
diff --git a/x11/xfce4-places-plugin/buildlink3.mk b/x11/xfce4-places-plugin/buildlink3.mk
index a745f2f752b..37e073f1d64 100644
--- a/x11/xfce4-places-plugin/buildlink3.mk
+++ b/x11/xfce4-places-plugin/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2011/01/13 13:36:44 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2011/03/24 14:35:17 wiz Exp $
BUILDLINK_TREE+= xfce4-places-plugin
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-places-plugin
XFCE4_PLACES_PLUGIN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xfce4-places-plugin+= xfce4-places-plugin>=1.0.0
-BUILDLINK_ABI_DEPENDS.xfce4-places-plugin?= xfce4-places-plugin>=1.0.0nb5
+BUILDLINK_ABI_DEPENDS.xfce4-places-plugin?= xfce4-places-plugin>=1.0.0nb6
BUILDLINK_PKGSRCDIR.xfce4-places-plugin?= ../../x11/xfce4-places-plugin
.include "../../sysutils/xfce4-thunar/buildlink3.mk"