summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/hdf5/Makefile6
-rw-r--r--devel/libtar/Makefile6
-rw-r--r--devel/xdelta/Makefile7
-rw-r--r--lang/python21/Makefile6
4 files changed, 13 insertions, 12 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index cab1ee1b464..1c80c8618aa 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/05/03 20:51:33 jtb Exp $
+# $NetBSD: Makefile,v 1.14 2002/10/10 09:49:54 wiz Exp $
DISTNAME= hdf5-1.4.3
CATEGORIES= devel
@@ -11,7 +11,7 @@ HOMEPAGE= http://hdf.ncsa.uiuc.edu/HDF5/
COMMENT= Hierarchical Data Format (new generation)
GNU_CONFIGURE= # defined
-USE_BUILDLINK_ONLY= # defined
+USE_BUILDLINK2= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/bin/ltconfig
@@ -27,5 +27,5 @@ post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/doc/html
cd ${WRKSRC}/doc/html && ${PAX} -rw . ${PREFIX}/share/doc/html/hdf5
-.include "../../devel/zlib/buildlink.mk"
+.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile
index 3407afbc02d..3e267bff3ed 100644
--- a/devel/libtar/Makefile
+++ b/devel/libtar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/22 17:14:48 seb Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/10 09:52:31 wiz Exp $
#
DISTNAME= libtar-1.2.5
@@ -10,7 +10,7 @@ HOMEPAGE= http://www-dev.cso.uiuc.edu/libtar/
COMMENT= library for manipulating POSIX tar files
GNU_CONFIGURE= YES
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
-.include "../../devel/zlib/buildlink.mk"
+.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/xdelta/Makefile b/devel/xdelta/Makefile
index b68cf58f0b5..5478e2ba947 100644
--- a/devel/xdelta/Makefile
+++ b/devel/xdelta/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2002/02/18 15:14:16 seb Exp $
+# $NetBSD: Makefile,v 1.20 2002/10/10 09:51:29 wiz Exp $
#
DISTNAME= xdelta-1.1.1
@@ -9,12 +9,13 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.xcf.berkeley.edu/~jmacd/xdelta.html
COMMENT= Enhanced diff that works on binary files
+USE_BUILDLINK2= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
-.include "../../devel/glib/buildlink.mk"
-.include "../../devel/zlib/buildlink.mk"
+.include "../../devel/glib/buildlink2.mk"
+.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index 3b77d062b69..1bdcd3b8331 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/04/15 12:10:49 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2002/10/10 09:57:51 wiz Exp $
#
DISTNAME= Python-2.1.3
@@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-threads
@@ -20,7 +20,7 @@ INSTALL_TARGET= altinstall
post-extract:
${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc2.1
-.include "../../devel/zlib/buildlink.mk"
+.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
# This comes after bsd.pkg.mk so that the LDFLAGS here overrides the one