summaryrefslogtreecommitdiff
path: root/lang/intercal
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-20 22:12:59 +0000
committerminskim <minskim>2006-06-20 22:12:59 +0000
commit713efa8d5e172f891fe8ba12034c888205ae0771 (patch)
treed8e92cb4267a6c2b939718c51574cb1e485b6ea5 /lang/intercal
parent22512a949eb83e8568b622ff2bc6132030467c24 (diff)
downloadpkgsrc-713efa8d5e172f891fe8ba12034c888205ae0771.tar.gz
USE_TOOLS+=yacc
Diffstat (limited to 'lang/intercal')
-rw-r--r--lang/intercal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
index 57f34a03622..9b7cdd2b83d 100644
--- a/lang/intercal/Makefile
+++ b/lang/intercal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/25 11:40:56 dillo Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/20 22:12:59 minskim Exp $
#
DISTNAME= intercal-0.20
@@ -9,4 +9,6 @@ MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://www.catb.org/~esr/intercal/
COMMENT= The ultimate language for obfuscation and job security
+USE_TOOLS+= yacc
+
.include "../../mk/bsd.pkg.mk"