diff options
Diffstat (limited to 'sysutils/depot')
-rw-r--r-- | sysutils/depot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/depot/Makefile b/sysutils/depot/Makefile index 3719f808628..379461cc471 100644 --- a/sysutils/depot/Makefile +++ b/sysutils/depot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:40 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/06/20 22:22:23 minskim Exp $ # DISTNAME= depot-5.14 @@ -10,6 +10,8 @@ HOMEPAGE= http://asg.web.cmu.edu/depot/ COMMENT= Maps several separate packages into a tree without merging them GNU_CONFIGURE= yes +USE_TOOLS+= yacc + CONFIGURE_ENV+= INSTALL="" CC=${CC:Q} MAKE_ENV+= CC=${CC:Q} |