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 | a3fb78a1efe1b7ddbee632385e0fdceaea5d8371 (patch) | |
tree | 75d4839d138237ba5f3b6ff75f9cfaeb0ba0c5c1 /graphics/ristretto | |
parent | 93929f1e822d7d024ab432f272e0ba0e6be82a76 (diff) | |
download | pkgsrc-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 '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/ |