summaryrefslogtreecommitdiff
path: root/www/libghttp
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-02-11 08:55:58 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-02-11 08:55:58 +0000
commit3f3e4601a4a5d5a434ad32cd68054084e654c162 (patch)
treea73d3af32486e7f2a0c01e1b6590c88f0a550304 /www/libghttp
parent51bae23b80d9154194381e97dce8006771a636e8 (diff)
downloadpkgsrc-3f3e4601a4a5d5a434ad32cd68054084e654c162.tar.gz
bl3ify
Diffstat (limited to 'www/libghttp')
-rw-r--r--www/libghttp/Makefile4
-rw-r--r--www/libghttp/buildlink3.mk22
2 files changed, 24 insertions, 2 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile
index d1c595a12be..33be5d06ae8 100644
--- a/www/libghttp/Makefile
+++ b/www/libghttp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 22:55:39 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/02/11 09:53:02 xtraeme Exp $
DISTNAME= libghttp-1.0.9
CATEGORIES= www gnome
@@ -11,6 +11,6 @@ COMMENT= GNOME http client library
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/bsd.pkg.mk"
diff --git a/www/libghttp/buildlink3.mk b/www/libghttp/buildlink3.mk
new file mode 100644
index 00000000000..1ce1b84894c
--- /dev/null
+++ b/www/libghttp/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 09:53:02 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use libghttp.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBGHTTP_BUILDLINK3_MK:= ${LIBGHTTP_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= libghttp
+.endif
+
+.if !empty(LIBGHTTP_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= libghttp
+BUILDLINK_DEPENDS.libghttp+= libghttp>=1.0.9
+BUILDLINK_PKGSRCDIR.libghttp?= ../../www/libghttp
+
+.endif # LIBGHTTP_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}