diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-02 10:18:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-02 10:18:46 +0000 |
commit | 294c0ca88410a12bebdb68338f850a074e0784dd (patch) | |
tree | 3df2e83df156d3be2bddf4ba706440f0a92863c1 | |
parent | ce1dd99934161d0aaa5dbccf7c25300cfbed2959 (diff) | |
download | pkgsrc-294c0ca88410a12bebdb68338f850a074e0784dd.tar.gz |
Remove inclusion of gnutls/buildlink3.mk. The package Makefile
doesn't contain this include, and thus build of dependent packages
fails with
ERROR: gnutls>=1.2.6 is not installed; can't buildlink files.
-rw-r--r-- | chat/loudmouth/buildlink3.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/loudmouth/buildlink3.mk b/chat/loudmouth/buildlink3.mk index fcaf84117d6..4feb8ecbb29 100644 --- a/chat/loudmouth/buildlink3.mk +++ b/chat/loudmouth/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2009/03/20 19:24:01 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2009/07/02 10:18:46 wiz Exp $ BUILDLINK_TREE+= loudmouth @@ -11,7 +11,6 @@ BUILDLINK_PKGSRCDIR.loudmouth?= ../../chat/loudmouth .include "../../devel/glib2/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" -.include "../../security/gnutls/buildlink3.mk" .endif # LOUDMOUTH_BUILDLINK3_MK BUILDLINK_TREE+= -loudmouth |