summaryrefslogtreecommitdiff
path: root/math/sc
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-20 22:12:59 +0000
committerminskim <minskim>2006-06-20 22:12:59 +0000
commit3d983d2654144f8f4e618f3d4ef7d92126f149db (patch)
treed8e92cb4267a6c2b939718c51574cb1e485b6ea5 /math/sc
parent72e7ba4ce83d6565194add18b398be8b29625aec (diff)
downloadpkgsrc-3d983d2654144f8f4e618f3d4ef7d92126f149db.tar.gz
USE_TOOLS+=yacc
Diffstat (limited to 'math/sc')
-rw-r--r--math/sc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/sc/Makefile b/math/sc/Makefile
index ece6b39445d..b1f76e01a62 100644
--- a/math/sc/Makefile
+++ b/math/sc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/03/24 21:12:56 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/20 22:15:15 minskim Exp $
DISTNAME= sc-6.21
CATEGORIES= math
@@ -9,5 +9,6 @@ MAINTAINER= eric@fox.phoenix.az.us
COMMENT= Curses-based spreadsheet program
WRKSRC= ${WRKDIR}
+USE_TOOLS+= yacc
.include "../../mk/bsd.pkg.mk"