diff options
author | ryoon <ryoon> | 2011-07-14 19:08:28 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-07-14 19:08:28 +0000 |
commit | 7fcae2e8540ab3ccce110fc4e1b8baa9cb525848 (patch) | |
tree | ab5d949a40fe7905a415b069f7f8045380bbe6b8 /net | |
parent | 578a0c0799ef844eb68f457d910848df0cf8589c (diff) | |
download | pkgsrc-7fcae2e8540ab3ccce110fc4e1b8baa9cb525848.tar.gz |
Fix build
* Include security/libgcrypt/buildlink3.mk.
Diffstat (limited to 'net')
-rw-r--r-- | net/gtk-vnc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index 243449c8b0e..94293142431 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/04/22 13:42:25 obache Exp $ +# $NetBSD: Makefile,v 1.11 2011/07/14 19:08:28 ryoon Exp $ # DISTNAME= gtk-vnc-0.3.10 @@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --with-coroutine=gthread #.include "../../devel/libview/buildlink3.mk" BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.4.0 .include "../../security/gnutls/buildlink3.mk" +.include "../../security/libgcrypt/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |