diff options
Diffstat (limited to 'chat/micq')
-rw-r--r-- | chat/micq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/micq/Makefile b/chat/micq/Makefile index dc733c1bb3d..11e6ce2c149 100644 --- a/chat/micq/Makefile +++ b/chat/micq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/22 07:49:20 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/11 05:59:14 snj Exp $ DISTNAME= micq-0.4.10.3 PKGREVISION= 1 @@ -11,9 +11,9 @@ MAINTAINER= shell@NetBSD.org HOMEPAGE= http://www.micq.org/ COMMENT= Text-mode ICQ client -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make GNU_CONFIGURE= YES -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |