diff options
author | tnn <tnn@pkgsrc.org> | 2010-04-24 09:27:50 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-04-24 09:27:50 +0000 |
commit | ff0840e94ca1a5e6ebf28a630aca34a07c11e411 (patch) | |
tree | cf9d1a95261c5f987233daaf9ae19b6b44a709e2 /chat | |
parent | 1a3e55ea72dfa8dab78d9db80693220a5d0cb87d (diff) | |
download | pkgsrc-ff0840e94ca1a5e6ebf28a630aca34a07c11e411.tar.gz |
needs libidn buildlinked
Diffstat (limited to 'chat')
-rw-r--r-- | chat/pidgin-icb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/pidgin-icb/Makefile b/chat/pidgin-icb/Makefile index 133fe9aa32a..c869b1588a3 100644 --- a/chat/pidgin-icb/Makefile +++ b/chat/pidgin-icb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/01/20 14:04:52 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/04/24 09:27:50 tnn Exp $ DISTNAME= pidgin-icb-20070505 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= chat MASTER_SITES= http://nic.com.pl/~alek/pidgin-icb/ @@ -35,5 +35,6 @@ do-install: ${INSTALL_DATA} icb_$$i.png ${PIDGIN_PIXMAPS_DIR}/$$i/icb.png; done .include "../../chat/pidgin/buildlink3.mk" +.include "../../devel/libidn/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |