diff options
author | grant <grant@pkgsrc.org> | 2003-08-08 08:32:37 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-08 08:32:37 +0000 |
commit | 8c3dd249abfe6008acc6d978e573b8785a09de90 (patch) | |
tree | 0fee354eefcd459efeb4ef24abf5c5ea5521c903 /chat/ircservices | |
parent | c798635adce7ae417d5bef0d81cdb36829e05e5d (diff) | |
download | pkgsrc-8c3dd249abfe6008acc6d978e573b8785a09de90.tar.gz |
USE_GNU_TOOLS=grep
Diffstat (limited to 'chat/ircservices')
-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} |