diff options
author | tron <tron@pkgsrc.org> | 2007-08-06 14:54:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-08-06 14:54:04 +0000 |
commit | 9e9361c9d77b74bc0ef178513e8cf7e03b2a17ff (patch) | |
tree | b77f601c3ff218fa9bdfdffec0804f4cb92ff427 /net/vnc | |
parent | 5b97db5e5696dc317c7fa78bbb7f724852003eaf (diff) | |
download | pkgsrc-9e9361c9d77b74bc0ef178513e8cf7e03b2a17ff.tar.gz |
Fix build with modular X11.
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 3 |
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" |