pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/x11vnc



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Feb  1 11:17:15 UTC 2017

Modified Files:
        pkgsrc/x11/x11vnc: Makefile

Log Message:
add missing dependency on png. from cherry. fixes build


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/x11vnc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/x11vnc/Makefile
diff -u pkgsrc/x11/x11vnc/Makefile:1.65 pkgsrc/x11/x11vnc/Makefile:1.66
--- pkgsrc/x11/x11vnc/Makefile:1.65     Mon Jan  9 08:07:54 2017
+++ pkgsrc/x11/x11vnc/Makefile  Wed Feb  1 11:17:15 2017
@@ -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"



Home | Main Index | Thread Index | Old Index