diff options
author | rillig <rillig> | 2006-07-21 05:27:21 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-21 05:27:21 +0000 |
commit | 474e5b8dbd1b628145b8d22634c679d5cb05730f (patch) | |
tree | f3226f05fce190d1383ae11baf1dca6070a15f02 /math/xmgr | |
parent | 4916574e42dbd65d9da1183ef998959587582a3c (diff) | |
download | pkgsrc-474e5b8dbd1b628145b8d22634c679d5cb05730f.tar.gz |
Fixed the path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'math/xmgr')
-rw-r--r-- | math/xmgr/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 5d635ab1ae5..6324e336419 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2006/07/21 05:22:33 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2006/07/21 05:27:21 rillig Exp $ DISTNAME= xmgr-4.1.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/ \ ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/old/ \ @@ -24,6 +24,9 @@ CONFIGURE_ARGS+= --enable-acegr-home=${PREFIX:Q} BUILD_TARGET= # empty INSTALL_TARGET= install +REPLACE_PERL+= auxiliary/fdf2fit +USE_TOOLS+= perl:run + .include "../../devel/netcdf/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" |