summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-04-27 11:31:23 +0000
committerrh <rh@pkgsrc.org>2002-04-27 11:31:23 +0000
commit7acdc587eb29afd3f65e3a9c12ecce33dda355f9 (patch)
tree1dabdc9a5be2e70a979c0725b40dc2a191ff7cf7 /net
parent4692a19ee9789e851301ba19047ac4f5a871b442 (diff)
downloadpkgsrc-7acdc587eb29afd3f65e3a9c12ecce33dda355f9.tar.gz
Add proper LIBTOOL_OVERRIDEs so this actually uses pkgsrc's libtool.
Diffstat (limited to 'net')
-rw-r--r--net/ORBit2/Makefile3
-rw-r--r--net/libIDL/Makefile3
-rw-r--r--net/linc/Makefile25
3 files changed, 17 insertions, 14 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile
index a5a8f555ceb..af8ee706563 100644
--- a/net/ORBit2/Makefile
+++ b/net/ORBit2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/04/27 08:49:40 rh Exp $
+# $NetBSD: Makefile,v 1.3 2002/04/27 11:31:24 rh Exp $
#
DISTNAME= ORBit2-2.3.108
@@ -15,6 +15,7 @@ USE_GMAKE= YES
USE_LIBTOOL= YES
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../net/linc/buildlink.mk"
.include "../../net/libIDL/buildlink.mk"
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile
index 5248b83e23a..ad6dbded664 100644
--- a/net/libIDL/Makefile
+++ b/net/libIDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/04/27 08:49:14 rh Exp $
+# $NetBSD: Makefile,v 1.3 2002/04/27 11:31:23 rh Exp $
#
DISTNAME= libIDL-0.7.4
@@ -13,6 +13,7 @@ COMMENT= CORBA Interface Definition Language parser
USE_LIBTOOL= YES
USE_BUILDLINK_ONLY= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
.include "../../converters/libiconv/buildlink.mk"
diff --git a/net/linc/Makefile b/net/linc/Makefile
index 92adc337a14..ab3db7b5fb4 100644
--- a/net/linc/Makefile
+++ b/net/linc/Makefile
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.2 2002/04/27 08:48:33 rh Exp $
+# $NetBSD: Makefile,v 1.3 2002/04/27 11:31:24 rh Exp $
#
-DISTNAME= linc-0.1.21
-PKGREVISION= 1
-CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=pre-gnome2/sources/linc/}
-EXTRACT_SUFX= .tar.bz2
+DISTNAME= linc-0.1.21
+PKGREVISION= 1
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=pre-gnome2/sources/linc/}
+EXTRACT_SUFX= .tar.bz2
-MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://www.gnome.org/
-COMMENT= network client/server library
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= network client/server library
-BUILD_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc
+BUILD_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/pkgconfig/buildlink.mk"
.include "../../devel/glib2/buildlink.mk"