diff options
author | salo <salo@pkgsrc.org> | 2004-02-18 14:40:35 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-02-18 14:40:35 +0000 |
commit | 34e6e9d3701e8ff5beb6856dc8d20a01597451e7 (patch) | |
tree | ce8bebc1f51d5e5f5a8b8e4f46a91eaaedb9db25 /chat/silc-server | |
parent | 3bc670ced396e4413ea58d7dfdc9e78770dd4c48 (diff) | |
download | pkgsrc-34e6e9d3701e8ff5beb6856dc8d20a01597451e7.tar.gz |
bl3ify.
Diffstat (limited to 'chat/silc-server')
-rw-r--r-- | chat/silc-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile index 06f20c9da4b..34142238ebe 100644 --- a/chat/silc-server/Makefile +++ b/chat/silc-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/02/14 17:21:35 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2004/02/18 14:40:35 salo Exp $ # DISTNAME= silc-server-0.9.16 @@ -14,7 +14,7 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.silcnet.org/ COMMENT= Server for the Secure Internet Live Conferencing (SILC) protocol -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES @@ -81,6 +81,6 @@ post-install: @${SED} ${FILES_SUBST_SED} ${FILESDIR}/motd.txt \ > ${EGDIR}/motd.txt.default -.include "../../devel/glib/buildlink2.mk" +.include "../../devel/glib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |