summaryrefslogtreecommitdiff
path: root/lang/objc
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-15 19:28:37 +0000
committerjlam <jlam>2005-05-15 19:28:37 +0000
commita231e812eceb613ac2ecbffc78e839d225855b10 (patch)
tree3011fb1d226903492e3c2d529bdfd37bafe7be40 /lang/objc
parent9f374a60c152fd4f8e95d390e44a7c7337040bc4 (diff)
downloadpkgsrc-a231e812eceb613ac2ecbffc78e839d225855b10.tar.gz
This package requires yacc.
Diffstat (limited to 'lang/objc')
-rw-r--r--lang/objc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index f5e97d71031..e29d7fb0a36 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:14 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/15 19:28:37 jlam Exp $
DISTNAME= objc-3.2.6
CATEGORIES= lang
@@ -17,6 +17,8 @@ PREPEND_PATH+= ${WRKSRC_BS}
BUILD_TARGET= default
USE_GNU_TOOLS+= lex
+USE_TOOLS+= yacc
+CONFIGURE_ENV+= YACC=${TOOLS_YACC:Q}
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes