diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-13 14:52:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-13 14:52:20 +0000 |
commit | 98ccb817f37d05f3ea53586f3cf3f0c4d7b0c5e4 (patch) | |
tree | 2bb01a0f3f22e364b9f0dc957cbbaf4ae369b2b3 /chat/micq | |
parent | e50cfaebb67498a236a0615b7f54092e06b925b7 (diff) | |
download | pkgsrc-98ccb817f37d05f3ea53586f3cf3f0c4d7b0c5e4.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'chat/micq')
-rw-r--r-- | chat/micq/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/micq/Makefile b/chat/micq/Makefile index ed0dc38013e..d0957d8fa80 100644 --- a/chat/micq/Makefile +++ b/chat/micq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/06/14 22:16:35 itojun Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/13 15:03:32 wiz Exp $ DISTNAME= micq-0.4.9 CATEGORIES= chat @@ -9,6 +9,7 @@ MAINTAINER= shell@shellhung.org HOMEPAGE= http://micq.ukeer.de/ COMMENT= text-mode ICQ client +USE_BUILDLINK2= YES USE_GMAKE= YES GNU_CONFIGURE= YES @@ -17,5 +18,5 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/micq.7 ${PREFIX}/man/man7 ${INSTALL_MAN} ${WRKSRC}/doc/micqrc.5 ${PREFIX}/man/man5 -.include "../../devel/gettext-lib/buildlink.mk" +.include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |