summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-05 20:48:01 +0000
committerjlam <jlam>2004-01-05 20:48:01 +0000
commit3aa62613e32b2204a2e83ed37b13918e0c0160c9 (patch)
tree7f7909fa5d0408c3065aa98e439b54664f76bc2e /devel
parentedf923a82e39b3caddcc73f24bc0fc5311add3e6 (diff)
downloadpkgsrc-3aa62613e32b2204a2e83ed37b13918e0c0160c9.tar.gz
bl3ify
Diffstat (limited to 'devel')
-rw-r--r--devel/glib/Makefile8
-rw-r--r--devel/pkgconfig/Makefile6
-rw-r--r--devel/pth/Makefile6
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile
index cc542df2843..ed2bfdc1549 100644
--- a/devel/glib/Makefile
+++ b/devel/glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2003/09/17 19:40:13 grant Exp $
+# $NetBSD: Makefile,v 1.64 2004/01/05 20:57:52 jlam Exp $
# FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp
#
@@ -15,7 +15,9 @@ COMMENT= Some useful routines for C programming
CONFLICTS= gtk+-1.0.*
-USE_BUILDLINK2= yes
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -83,5 +85,5 @@ post-configure:
done
.endif
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile
index 98be75b08ae..63d0645e5d5 100644
--- a/devel/pkgconfig/Makefile
+++ b/devel/pkgconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/08/27 20:45:22 heinz Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/05 20:52:10 jlam Exp $
#
DISTNAME= pkgconfig-0.15.0
@@ -9,7 +9,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/software/pkgconfig/
COMMENT= System for managing library compile/link flags
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/glib-1.2.8/libtool
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 7d3ae13793d..6f54823900f 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2003/07/17 21:33:13 grant Exp $
+# $NetBSD: Makefile,v 1.60 2004/01/05 20:48:45 jlam Exp $
#
DISTNAME= pth-2.0.0
@@ -11,7 +11,9 @@ COMMENT= GNU Portable Thread library
CONFLICTS= pth-current-[0-9]* pth-syscall<1.4.1nb1
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES