diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-25 23:03:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-25 23:03:13 +0000 |
commit | 6afc82d27881b97c45377df625475a1c46697c28 (patch) | |
tree | 93d8bdaa15544635a7e4ef84ac1bffdd4d6ac310 /chat/pircbot | |
parent | ebe1d0da8001b4df30ae4a08b7577432c8f2148e (diff) | |
download | pkgsrc-6afc82d27881b97c45377df625475a1c46697c28.tar.gz |
USE_BUILDLINK2=YES, to shut up a complaint by java.mk.
Diffstat (limited to 'chat/pircbot')
-rw-r--r-- | chat/pircbot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/pircbot/Makefile b/chat/pircbot/Makefile index d1e254766da..d73e75b9d3b 100644 --- a/chat/pircbot/Makefile +++ b/chat/pircbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/18 17:42:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/25 23:03:13 wiz Exp $ # DISTNAME= pircbot-0.9.11 @@ -10,6 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.jibble.org/pircbot.php COMMENT= Java IRC Bot Framework +USE_BUILDLINK2= YES USE_JAVA= run NO_PATCH= YES NO_CONFIGURE= YES |