diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-02 13:19:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-02 13:19:21 +0000 |
commit | a07aa239664f3cdef17bfd0596ff4b09702dfc17 (patch) | |
tree | e3a1c7d2ba96754af87deb4352ee580d741f7355 /graphics | |
parent | ef4a532586c4e876624155ab8139573609f8906a (diff) | |
download | pkgsrc-a07aa239664f3cdef17bfd0596ff4b09702dfc17.tar.gz |
Fix path to bash. Depend on bash and perl. Bump revision.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/feh/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 5f779563a19..4dc38610f11 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2007/06/29 20:22:46 tnn Exp $ +# $NetBSD: Makefile,v 1.33 2007/09/02 13:19:21 joerg Exp $ # DISTNAME= feh-1.3.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://linuxbrit.co.uk/downloads/ @@ -13,8 +13,11 @@ COMMENT= Advanced image viewer DEPENDS+= wget-[0-9]*:../../net/wget GNU_CONFIGURE= YES - CONFIGURE_ARGS+= --program-transform-name=s,cam,feh_cam, + +USE_TOOLS+= bash:run perl:run + +REPLACE_BASH= cam/gen_cam_menu.sh REPLACE_PERL= cam/cam LDFLAGS.SunOS+= -lnsl -lsocket |