diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-12 14:22:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-12 14:22:01 +0000 |
commit | f143cfc038f152331c8c6c8459270713ee875762 (patch) | |
tree | 56a0a4b227d8c2c2dbdec79b3d753e60c57bf4ff /chat/loudmouth | |
parent | cf13ccf1ec63b2a9490833e431483b310a6ad59b (diff) | |
download | pkgsrc-f143cfc038f152331c8c6c8459270713ee875762.tar.gz |
Revert "Specify readline requirement on 30 packages"
Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.
Diffstat (limited to 'chat/loudmouth')
-rw-r--r-- | chat/loudmouth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index 5f6f7ef7b3e..dad71dc58b8 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2016/12/04 03:51:14 marino Exp $ +# $NetBSD: Makefile,v 1.46 2016/12/12 14:22:02 wiz Exp $ DISTNAME= loudmouth-1.5.3 CATEGORIES= chat @@ -24,5 +24,4 @@ PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in .include "../../devel/glib2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/krb5.buildlink3.mk" -.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |