diff options
author | snj <snj> | 2004-04-17 20:49:45 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-17 20:49:45 +0000 |
commit | b48635b744abd64e6cb946c8dfdc624b0eff64a3 (patch) | |
tree | 408a2f4b2ae22778efa372e1eabfe1808954bd85 | |
parent | e8617e2e5ea7ec787e819d9ec1eeb98253d6dc37 (diff) | |
download | pkgsrc-b48635b744abd64e6cb946c8dfdc624b0eff64a3.tar.gz |
Convert to buildlink3.
-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" |