diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-07-14 19:08:28 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-07-14 19:08:28 +0000 |
commit | d2c49e5c20f6c9f3b22703275362437a25ecb3a7 (patch) | |
tree | ab5d949a40fe7905a415b069f7f8045380bbe6b8 /net/gtk-vnc/Makefile | |
parent | 8d99ca56214757f117e0910b3afec0b3fe835bd0 (diff) | |
download | pkgsrc-d2c49e5c20f6c9f3b22703275362437a25ecb3a7.tar.gz |
Fix build
* Include security/libgcrypt/buildlink3.mk.
Diffstat (limited to 'net/gtk-vnc/Makefile')
-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" |