pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/eukleides USE_TOOLS+=bison instead of direct BUIL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6add68e2e53
branches:  trunk
changeset: 510877:b6add68e2e53
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 05 22:35:50 2006 +0000

description:
USE_TOOLS+=bison instead of direct BUILD_DEPENDS on the bison package.

diffstat:

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

diffs (22 lines):

diff -r a6f117137596 -r b6add68e2e53 math/eukleides/Makefile
--- a/math/eukleides/Makefile   Wed Apr 05 22:34:57 2006 +0000
+++ b/math/eukleides/Makefile   Wed Apr 05 22:35:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/05 16:27:27 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/04/05 22:35:50 jlam Exp $
 
 DISTNAME=      eukleides.1.0.1
 PKGNAME=       eukleides-1.0.1
@@ -10,11 +10,10 @@
 HOMEPAGE=      http://perso.wanadoo.fr/obrecht/
 COMMENT=       Euclidean geometry drawing language
 
-BUILD_DEPENDS+= bison>=1.35:../../devel/bison
 DEPENDS+=      pstoedit>=3.31:../../graphics/pstoedit
 
 BUILD_TARGET=  eukleides
-USE_TOOLS+=    gmake makeinfo
+USE_TOOLS+=    bison gmake makeinfo
 INFO_FILES=    eukleides.info
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index