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 /graphics/ristretto | |
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 'graphics/ristretto')
-rw-r--r-- | graphics/ristretto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 9b57fd7eced..c7e055369b2 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2011/01/13 13:38:18 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2011/03/24 14:35:16 wiz Exp $ # DISTNAME= ristretto-0.0.22 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://goodies.xfce.org/releases/ristretto/ |