pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/suck Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2f2c66ef1f0
branches:  trunk
changeset: 472627:e2f2c66ef1f0
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 17:53:44 2004 +0000

description:
Convert to buildlink3.

diffstat:

 news/suck/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 1d6a377e9853 -r e2f2c66ef1f0 news/suck/Makefile
--- a/news/suck/Makefile        Sun Apr 11 17:53:43 2004 +0000
+++ b/news/suck/Makefile        Sun Apr 11 17:53:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/03/26 02:27:50 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2004/04/11 17:53:44 snj Exp $
 #
 
 DISTNAME=      suck-4.3.2
@@ -13,16 +13,16 @@
 COMMENT=       Feed a local news server without a dedicated newsfeed
 
 GNU_CONFIGURE= yes
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 .include "../../mk/bsd.prefs.mk"
 
 # Include SOCKS firewall support
 .if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5)
 .if ${USE_SOCKS} == 4
-.include "../../net/socks4/buildlink2.mk"
+.include "../../net/socks4/buildlink3.mk"
 .else
-.include "../../net/socks5/buildlink2.mk"
+.include "../../net/socks5/buildlink3.mk"
 .endif
 .endif
 
@@ -36,6 +36,6 @@
        ${CP} ${WRKSRC}/sample/* ${LOCALBASE}/share/examples/suck
        ${CHMOD} 644 ${LOCALBASE}/share/examples/suck/*
 
-#.include "../../databases/gdbm/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
+#.include "../../databases/gdbm/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index