diff options
author | minskim <minskim> | 2006-06-21 18:31:21 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-21 18:31:21 +0000 |
commit | cd2b56463033b46773a723dbde3446dcf9c5a074 (patch) | |
tree | ea196dd77b19c1b64093dc24c8bac2ce65107f98 /net | |
parent | c223918fa6428851bc877d56621bf4ac938f9789 (diff) | |
download | pkgsrc-cd2b56463033b46773a723dbde3446dcf9c5a074.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'net')
-rw-r--r-- | net/pim6sd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pim6sd/Makefile b/net/pim6sd/Makefile index f00c31e15cc..0b75464dfcf 100644 --- a/net/pim6sd/Makefile +++ b/net/pim6sd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/20 22:17:48 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/21 18:31:21 minskim Exp $ DISTNAME= pim6sd-20031021a CATEGORIES= net @@ -8,7 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= IPv6 PIM sparse mode daemon WRKSRC= ${WRKDIR}/${DISTNAME}/pim6sd/ -USE_TOOLS+= lex +USE_TOOLS+= lex yacc post-install: ${INSTALL_MAN} ${WRKSRC}/pim6stat.1 ${PREFIX}/man/man1 |