diff options
author | snj <snj@pkgsrc.org> | 2004-04-17 20:49:45 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-17 20:49:45 +0000 |
commit | db9a8b951e39d787adc999df9a3c95b4856f0a4b (patch) | |
tree | 408a2f4b2ae22778efa372e1eabfe1808954bd85 /chat/licq-core | |
parent | 2d271855bc0126f0430d06cf4f45dfd6ed2aa53f (diff) | |
download | pkgsrc-db9a8b951e39d787adc999df9a3c95b4856f0a4b.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'chat/licq-core')
-rw-r--r-- | chat/licq-core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/licq-core/Makefile b/chat/licq-core/Makefile index 70f744fff75..bbc17837c3a 100644 --- a/chat/licq-core/Makefile +++ b/chat/licq-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:26:00 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/17 20:49:45 snj Exp $ # DISTNAME= licq-1.2.6 @@ -11,8 +11,8 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.licq.org/ COMMENT= ICQ client with plugin support -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES -.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |