diff options
author | khorben <khorben@pkgsrc.org> | 2016-03-21 22:59:37 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-03-21 22:59:37 +0000 |
commit | 5c89881a186e9314c8c9af320da8b9a1bb2aca07 (patch) | |
tree | 9f6bce8d57413c3cc92057682669a87fd29a4145 /chat/jabberd2/Makefile | |
parent | c84b2d25e42d0690fa407a2f8255469eced83df5 (diff) | |
download | pkgsrc-5c89881a186e9314c8c9af320da8b9a1bb2aca07.tar.gz |
Relax the requirement on libncurses to any implementation
As suggested by wiz@.
Diffstat (limited to 'chat/jabberd2/Makefile')
-rw-r--r-- | chat/jabberd2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile index c17df1e70b0..23048b971ec 100644 --- a/chat/jabberd2/Makefile +++ b/chat/jabberd2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2016/03/21 19:09:09 khorben Exp $ +# $NetBSD: Makefile,v 1.106 2016/03/21 22:59:37 khorben Exp $ DISTNAME= jabberd-2.3.6 PKGREVISION= 1 @@ -127,11 +127,11 @@ post-install: .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" -.include "../../devel/ncurses/buildlink3.mk" .include "../../net/udns/buildlink3.mk" .include "../../security/gsasl/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |