diff options
author | obache <obache> | 2007-09-29 12:28:36 +0000 |
---|---|---|
committer | obache <obache> | 2007-09-29 12:28:36 +0000 |
commit | 049437c7997e2e57819f33fedbf3749e8af963c8 (patch) | |
tree | 49caeb531bb6c1c5afe4e52ab8c785902de97ace /x11 | |
parent | 59992caa4ead1c64d5998a6235e066d15b39d3a9 (diff) | |
download | pkgsrc-049437c7997e2e57819f33fedbf3749e8af963c8.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')
-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" |