diff options
author | grant <grant> | 2003-08-08 08:32:37 +0000 |
---|---|---|
committer | grant <grant> | 2003-08-08 08:32:37 +0000 |
commit | f218084b17e9c89e1a4d5d78a515b1e4c0712183 (patch) | |
tree | 0fee354eefcd459efeb4ef24abf5c5ea5521c903 | |
parent | 68cb46f450c5690f34f6252071c68b91a2e651d3 (diff) | |
download | pkgsrc-f218084b17e9c89e1a4d5d78a515b1e4c0712183.tar.gz |
USE_GNU_TOOLS=grep
-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} |