diff options
author | obache <obache@pkgsrc.org> | 2007-09-29 12:28:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-09-29 12:28:36 +0000 |
commit | e61c6171665145e7e71d8d11ca8666301d93c29e (patch) | |
tree | 49caeb531bb6c1c5afe4e52ab8c785902de97ace /x11/Xaw3d | |
parent | 0dcc2997ddcb7df4595da5edd799a370c9b92b63 (diff) | |
download | pkgsrc-e61c6171665145e7e71d8d11ca8666301d93c29e.tar.gz |
Need lex & yacc.
Problem reported by L. Schmidt in PR 36937 and fix confirmed by Aleksey Cheusov
in pkgsrc-bulk@.
Diffstat (limited to 'x11/Xaw3d')
-rw-r--r-- | x11/Xaw3d/Makefile | 3 |
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" |