summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-08-06 14:54:04 +0000
committertron <tron@pkgsrc.org>2007-08-06 14:54:04 +0000
commit9e9361c9d77b74bc0ef178513e8cf7e03b2a17ff (patch)
treeb77f601c3ff218fa9bdfdffec0804f4cb92ff427 /net
parent5b97db5e5696dc317c7fa78bbb7f724852003eaf (diff)
downloadpkgsrc-9e9361c9d77b74bc0ef178513e8cf7e03b2a17ff.tar.gz
Fix build with modular X11.
Diffstat (limited to 'net')
-rw-r--r--net/vnc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index dfb649ebb65..3700bc47ea2 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2006/07/22 19:21:11 abs Exp $
+# $NetBSD: Makefile,v 1.40 2007/08/06 14:54:04 tron Exp $
DISTNAME= vnc-3.3.3r2
PKGNAME= vnc-3.3.3.2
@@ -51,4 +51,5 @@ post-install:
${INSTALL_DATA} *.GIF *.css *.gif *.jpg *.htm *.html *.pdf \
${PREFIX}/share/doc/vnc
+.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"