pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/showimg Fixed path to the Perl interpreter. B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3075252bc843
branches:  trunk
changeset: 519319:3075252bc843
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 01 14:40:12 2006 +0000

description:
Fixed path to the Perl interpreter. Bumped PKGREVISION.

diffstat:

 graphics/showimg/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r d0d0247006f4 -r 3075252bc843 graphics/showimg/Makefile
--- a/graphics/showimg/Makefile Sun Oct 01 14:38:07 2006 +0000
+++ b/graphics/showimg/Makefile Sun Oct 01 14:40:12 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2006/05/14 16:19:45 seb Exp $
+# $NetBSD: Makefile,v 1.14 2006/10/01 14:40:12 rillig Exp $
 #
 
 DISTNAME=      showimg-0.9.4-1
 PKGNAME=       showimg-0.9.4.1
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    kde graphics x11
 MASTER_SITES=  http://www.jalix.org/projects/showimg/download/0.9.4-1/
 EXTRACT_SUFX=  .tar.bz2
@@ -12,7 +12,8 @@
 HOMEPAGE=      http://www.jalix.org/projects/showimg/
 COMMENT=       Feature-rich image viewer for KDE including an image management system
 
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    gmake pkg-config perl:run
+REPLACE_PERL+= showimg/misc/convert2png.pl
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   YES
 GNU_CONFIGURE= YES



Home | Main Index | Thread Index | Old Index