diff options
author | rillig <rillig> | 2006-10-01 14:40:12 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-01 14:40:12 +0000 |
commit | f582602b951deb2b3367793f02884b44a564505e (patch) | |
tree | 7029e408ec1de6d5eb7e0438059a87b1ee82a3f4 /graphics | |
parent | 2e35721f2aa666aae8c27a6629b3c7bb95b1fa58 (diff) | |
download | pkgsrc-f582602b951deb2b3367793f02884b44a564505e.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 |