diff options
Diffstat (limited to 'chat/ircservices/Makefile')
-rw-r--r-- | chat/ircservices/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/ircservices/Makefile b/chat/ircservices/Makefile index d5fd6879a0c..4beb18a5245 100644 --- a/chat/ircservices/Makefile +++ b/chat/ircservices/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/05/25 21:03:25 jmc Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/08 08:32:37 grant Exp $ # DISTNAME= ircservices-5.0.16 @@ -14,6 +14,8 @@ COMMENT= Services for IRC networks HAS_CONFIGURE= YES USE_BUILDLINK2= YES USE_GMAKE= YES + +USE_GNU_TOOLS= grep USE_PERL5= build CONFIGURE_ARGS= -prefix ${PREFIX} |