diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-05 08:22:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-05 08:22:32 +0000 |
commit | 1ead67d542b90217f46a5fc8ad00b48fe58569ad (patch) | |
tree | 8e011cfa543c2e509a98be7bfa7c2ea9d1bb797c /graphics/feh/Makefile | |
parent | 5f141b9e229d7d17ba1f7b516e77952fe045ae99 (diff) | |
download | pkgsrc-1ead67d542b90217f46a5fc8ad00b48fe58569ad.tar.gz |
Update to 1.2.6, provided by Soren Jacobsen in PR 21777.
* Fix debian bug #193964. segv on 'm' followed by cursor movement.
* Patch from Eric Dorland <eric.dorland@mail.mcgill.ca>
* Set icon name as well as title on change.
* Patch from Rami Lehti <rammer@vapaa.dc.inet.fi>
* New option not to jump to start of filelist when it's re-sorted.
* Fix bug reloading http images that fail to download on subsequent
attempts.
Diffstat (limited to 'graphics/feh/Makefile')
-rw-r--r-- | graphics/feh/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 499139b78e4..77f1078b99d 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/05/02 11:55:14 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/06/05 08:22:32 wiz Exp $ # -DISTNAME= feh-1.2.5 -PKGREVISION= 1 +DISTNAME= feh-1.2.6 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ @@ -10,6 +9,8 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.linuxbrit.co.uk/feh/ COMMENT= advanced image viewer +DEPENDS+= wget-[0-9]*:../../net/wget + GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_X11= YES |