diff options
-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" |