pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/eukleides Fix path to and depend on bash.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2afbf7ccb31b
branches:  trunk
changeset: 531548:2afbf7ccb31b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 01 21:17:45 2007 +0000

description:
Fix path to and depend on bash.

diffstat:

 math/eukleides/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 789cd9920d59 -r 2afbf7ccb31b math/eukleides/Makefile
--- a/math/eukleides/Makefile   Wed Aug 01 21:09:57 2007 +0000
+++ b/math/eukleides/Makefile   Wed Aug 01 21:17:45 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/10/04 21:47:57 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/08/01 21:17:45 joerg Exp $
 
 DISTNAME=      eukleides.1.0.1
 PKGNAME=       eukleides-1.0.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math
 MASTER_SITES=  http://perso.orange.fr/obrecht/download/
 
@@ -13,9 +13,11 @@
 DEPENDS+=      pstoedit>=3.31:../../graphics/pstoedit
 
 BUILD_TARGET=  eukleides
-USE_TOOLS+=    bison gmake makeinfo
+USE_TOOLS+=    bash:run bison gmake makeinfo
 INFO_FILES=    # PLIST
 
+REPLACE_BASH=  euk2edit euk2eps
+
 INSTALL_MAKE_FLAGS=    ${MAKE_FLAGS}                                   \
                        BIN=${PREFIX:Q}/bin/                            \
                        INFO=${PREFIX:Q}/${PKGINFODIR:Q}/               \



Home | Main Index | Thread Index | Old Index