pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/objc This package requires yacc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27d6acb42868
branches:  trunk
changeset: 493835:27d6acb42868
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 15 19:28:37 2005 +0000

description:
This package requires yacc.

diffstat:

 lang/objc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 32dcc53a0a43 -r 27d6acb42868 lang/objc/Makefile
--- a/lang/objc/Makefile        Sun May 15 19:21:46 2005 +0000
+++ b/lang/objc/Makefile        Sun May 15 19:28:37 2005 +0000
@@ -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 @@
 BUILD_TARGET=          default
 
 USE_GNU_TOOLS+=                lex
+USE_TOOLS+=            yacc
+CONFIGURE_ENV+=                YACC=${TOOLS_YACC:Q}
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index