summaryrefslogtreecommitdiff
path: root/math/eukleides
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-05 22:35:50 +0000
committerjlam <jlam>2006-04-05 22:35:50 +0000
commit46656c3fd4b3a344d1560032b10a70d710a946d4 (patch)
treec372aedab9feb256e09e34a2ce299f653cebe585 /math/eukleides
parent041d590eb05d0ded5fe0246631e76014ff916eae (diff)
downloadpkgsrc-46656c3fd4b3a344d1560032b10a70d710a946d4.tar.gz
USE_TOOLS+=bison instead of direct BUILD_DEPENDS on the bison package.
Diffstat (limited to 'math/eukleides')
-rw-r--r--math/eukleides/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile
index c1a62417226..c81d9c36878 100644
--- a/math/eukleides/Makefile
+++ b/math/eukleides/Makefile
@@ -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 @@ MAINTAINER= tsadowski@gmx.net
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"