diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-24 14:35:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-24 14:35:16 +0000 |
commit | 78c011cf9ea1137c7e2fdf731599a3db848ef58e (patch) | |
tree | 75d4839d138237ba5f3b6ff75f9cfaeb0ba0c5c1 /x11/xfce4-places-plugin | |
parent | dcd6f15a60fe21d7f3869f7adc95b71ee5464c02 (diff) | |
download | pkgsrc-78c011cf9ea1137c7e2fdf731599a3db848ef58e.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/xfce4-places-plugin')
-rw-r--r-- | x11/xfce4-places-plugin/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce4-places-plugin/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
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" |