pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/feh Fix path to bash. Depend on bash and perl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63ef09e17fbe
branches:  trunk
changeset: 532852:63ef09e17fbe
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 02 13:19:21 2007 +0000

description:
Fix path to bash. Depend on bash and perl. Bump revision.

diffstat:

 graphics/feh/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 78e136ce650f -r 63ef09e17fbe graphics/feh/Makefile
--- a/graphics/feh/Makefile     Sun Sep 02 13:06:19 2007 +0000
+++ b/graphics/feh/Makefile     Sun Sep 02 13:19:21 2007 +0000
@@ -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 @@
 DEPENDS+=      wget-[0-9]*:../../net/wget
 
 GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=       --program-transform-name=s,cam,feh_cam,
 
-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



Home | Main Index | Thread Index | Old Index