diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-02 13:33:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-02 13:33:44 +0000 |
commit | 05d6d623c22b32ef522fcea17eee5235bc2405ef (patch) | |
tree | b2a806a2d71273d011e9d02e8e8a196588053f0d /graphics | |
parent | a07aa239664f3cdef17bfd0596ff4b09702dfc17 (diff) | |
download | pkgsrc-05d6d623c22b32ef522fcea17eee5235bc2405ef.tar.gz |
Fix path to and depend on ksh. Bump revision.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/iGMT/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/iGMT/Makefile b/graphics/iGMT/Makefile index a0ef54acaa3..e42243e611f 100644 --- a/graphics/iGMT/Makefile +++ b/graphics/iGMT/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2007/02/20 00:50:55 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2007/09/02 13:33:44 joerg Exp $ DISTNAME= igmt_v1.2 PKGNAME= iGMT-1.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.gfz-potsdam.de/pb1/op/igmt/ @@ -19,10 +19,13 @@ DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick WRKSRC= ${WRKDIR}/igmt_1.2 NO_BUILD= yes -USE_TOOLS+= gs:run +USE_TOOLS+= gs:run ksh:run GMT_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= GMT_PREFIX=GMT EVAL_PREFIX+= TK_PREFIX=tk + +REPLACE_KSH= igmt igmt_helper* img2latlongrd.batch + INSTALLATION_DIRS= bin do-configure: |