summaryrefslogtreecommitdiff
path: root/x11/x11vnc
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-02-01 11:17:15 +0000
committermaya <maya@pkgsrc.org>2017-02-01 11:17:15 +0000
commit20c7dfe07c4bb204af8f1cd41b802bf2e7be1ef6 (patch)
tree3725b6d7cddf1a4ed6c6fefb03289e39913e6194 /x11/x11vnc
parent7528721d2ad2b3b0f1810df8a01c9ca049055477 (diff)
downloadpkgsrc-20c7dfe07c4bb204af8f1cd41b802bf2e7be1ef6.tar.gz
add missing dependency on png. from cherry. fixes build
Diffstat (limited to 'x11/x11vnc')
-rw-r--r--x11/x11vnc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/x11vnc/Makefile b/x11/x11vnc/Makefile
index 65e2812daf7..8393eecd010 100644
--- a/x11/x11vnc/Makefile
+++ b/x11/x11vnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2017/01/09 08:07:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.66 2017/02/01 11:17:15 maya Exp $
#
DISTNAME= x11vnc-0.9.13
@@ -28,6 +28,7 @@ INSTALL_DIRS= x11vnc classes
.include "../../security/openssl/buildlink3.mk"
.include "../../net/libvncserver/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"