diff options
author | gdt <gdt@pkgsrc.org> | 2006-06-23 11:59:53 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-06-23 11:59:53 +0000 |
commit | 72581658a06c0f9c72d959c2b15d1f7bf2d876d0 (patch) | |
tree | c6066ac14ad8a42344f88083786b085ccfaa4dc5 /x11 | |
parent | 469da77fec8b4545a749c838b8204e8bc548123c (diff) | |
download | pkgsrc-72581658a06c0f9c72d959c2b15d1f7bf2d876d0.tar.gz |
REPLACE_INTERPRETER+= perl
PKGREVISION++
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xephem/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index 2c588bd1d85..56e37a028e2 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2006/05/11 15:07:24 gdt Exp $ +# $NetBSD: Makefile,v 1.40 2006/06/23 11:59:53 gdt Exp $ DISTNAME= xephem-3.7.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.clearskyinstitute.com/xephem/ \ ftp://iphcip1.physik.uni-mainz.de/pub/xephem/ @@ -31,6 +32,11 @@ USE_TOOLS+= gmake perl:run BUILD_ENV+= X11_LDFLAGS=${X11_LDFLAGS:Q} +REPLACE_INTERPRETER+= perl +REPLACE.perl.old= .*/bin/perl +REPLACE.perl.new= ${PREFIX}/bin/perl +REPLACE_FILES.perl= auxil/astorb2edb.pl auxil/mpcorb2edb.pl + .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" GCC_REQD+= 2.95.3 .endif |