diff options
-rw-r--r-- | net/irrtoolset-nox11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/irrtoolset-nox11/Makefile b/net/irrtoolset-nox11/Makefile index a3ad2f68adb..6e4307974bc 100644 --- a/net/irrtoolset-nox11/Makefile +++ b/net/irrtoolset-nox11/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2007/05/22 12:18:23 spz Exp $ +# $NetBSD: Makefile,v 1.11 2007/06/20 06:24:11 spz Exp $ # DISTNAME= IRRToolSet-4.8.5 -PKGREVISION= 0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-4.8.5/ @@ -11,7 +11,7 @@ HOMEPAGE= http://www.isc.org/index.pl?/sw/IRRToolSet/ COMMENT= The Internet Routing Registry Toolset - client to IRRd USE_LANGUAGES= c c++ -USE_TOOLS+= perl +USE_TOOLS+= bison flex gmake perl INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 |