diff options
author | joerg <joerg> | 2007-08-01 21:17:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-01 21:17:45 +0000 |
commit | cf94060d6d10855294cd4934bba6c08043038247 (patch) | |
tree | 1aaa8d502508a59ca8fd0b660fff375da098c11d /math/eukleides | |
parent | 9151d67858d9bffda223b1a255856635b05165c1 (diff) | |
download | pkgsrc-cf94060d6d10855294cd4934bba6c08043038247.tar.gz |
Fix path to and depend on bash.
Diffstat (limited to 'math/eukleides')
-rw-r--r-- | math/eukleides/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index aa8e1ebfa35..258d0df6661 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -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 @@ COMMENT= Euclidean geometry drawing language 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}/ \ |