diff options
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r-- | chat/weechat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 5b3c9d4c9d2..e2917ce7176 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2012/10/03 21:54:04 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2012/11/24 11:16:06 tonio Exp $ -DISTNAME= weechat-0.3.8 -PKGREVISION= 2 +DISTNAME= weechat-0.3.9.2 CATEGORIES= chat MASTER_SITES= http://www.weechat.org/files/src/ @@ -28,4 +27,5 @@ LIBS.SunOS+= -lnsl .include "../../devel/libidn/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" +.include "../../security/libgcrypt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |