diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-01 14:40:12 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-01 14:40:12 +0000 |
commit | 371a5bbb256167d4be4c389ad37e68742da15e65 (patch) | |
tree | 7029e408ec1de6d5eb7e0438059a87b1ee82a3f4 /graphics | |
parent | 5d92c316721185c44e17bb38f48a0ec9ba97ed5e (diff) | |
download | pkgsrc-371a5bbb256167d4be4c389ad37e68742da15e65.tar.gz |
Fixed path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/showimg/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile index 77f06187252..59007dc837b 100644 --- a/graphics/showimg/Makefile +++ b/graphics/showimg/Makefile @@ -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 @@ MAINTAINER= ianzag@mail.ru 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 |