diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-21 05:27:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-21 05:27:21 +0000 |
commit | ec17e00008e935060644e27c2ce844ce92a35823 (patch) | |
tree | f3226f05fce190d1383ae11baf1dca6070a15f02 /math/xmgr | |
parent | b7f3fb8b5baf7bfdd553b226a9e5509a71745aa5 (diff) | |
download | pkgsrc-ec17e00008e935060644e27c2ce844ce92a35823.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" |