pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/swiftsurf Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4799d6f64d7f
branches:  trunk
changeset: 474674:4799d6f64d7f
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon May 03 22:25:28 2004 +0000

description:
Convert to buildlink3.

diffstat:

 www/swiftsurf/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 2e51d0ecd16f -r 4799d6f64d7f www/swiftsurf/Makefile
--- a/www/swiftsurf/Makefile    Mon May 03 22:19:08 2004 +0000
+++ b/www/swiftsurf/Makefile    Mon May 03 22:25:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/03/10 18:35:13 kristerw Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/03 22:25:28 snj Exp $
 
 DISTNAME=              swiftsurf-1.2.5
 CATEGORIES=            www
@@ -8,7 +8,7 @@
 HOMEPAGE=              http://swiftsurf.sourceforge.net/
 COMMENT=               Web proxy that can handle http and https
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
 
 .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc")
@@ -35,5 +35,5 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/swiftsurf
        ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/swiftsurf
 
-.include "../../lang/ocaml/buildlink2.mk"
+.include "../../lang/ocaml/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index