summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-09-29 12:28:36 +0000
committerobache <obache@pkgsrc.org>2007-09-29 12:28:36 +0000
commit1aa0d8a70b7c0a922bab546b246c63e81d6df517 (patch)
tree49caeb531bb6c1c5afe4e52ab8c785902de97ace
parentaca969a0c826dc8534ab10b527dc5705b1f6bcdc (diff)
downloadpkgsrc-1aa0d8a70b7c0a922bab546b246c63e81d6df517.tar.gz
Need lex & yacc.
Problem reported by L. Schmidt in PR 36937 and fix confirmed by Aleksey Cheusov in pkgsrc-bulk@.
-rw-r--r--x11/Xaw3d/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile
index 1ced6c6230f..c0723d65468 100644
--- a/x11/Xaw3d/Makefile
+++ b/x11/Xaw3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2007/09/11 23:49:39 smb Exp $
+# $NetBSD: Makefile,v 1.53 2007/09/29 12:28:36 obache Exp $
#
DISTNAME= Xaw3d-1.5E
@@ -17,6 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
USE_IMAKE= YES
+USE_TOOLS+= lex yacc
PLIST_SRC= ${WRKDIR}/PLIST-src
.include "../../mk/bsd.prefs.mk"