diff options
author | jlam <jlam> | 2002-10-09 21:14:40 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-10-09 21:14:40 +0000 |
commit | 30f3bb5aadd2c6d6d2ca47691f84ea223b838d1b (patch) | |
tree | 0fc5d7581d21dd4289b2444eb9b1d86803382cde /net/tightvnc/Makefile | |
parent | c6daf12ca403e7986ad531a7f24cc535e191ee0d (diff) | |
download | pkgsrc-30f3bb5aadd2c6d6d2ca47691f84ea223b838d1b.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'net/tightvnc/Makefile')
-rw-r--r-- | net/tightvnc/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index 1b44e9d6e12..f8b806f24cd 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/05/12 10:16:49 abs Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/09 21:18:40 jlam Exp $ # DISTNAME= tightvnc-1.2.2 @@ -16,14 +16,18 @@ COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays CONFLICTS= vnc-[0-9]* CRYPTO= yes -NO_INSTALL_MANPAGES= yes +USE_BUILDLINK2= yes USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes USE_PERL5= yes WRKSRC= ${WRKDIR}/vnc_unixsrc ALL_TARGET= World +post-extract: + ${RM} -rf ${WRKSRC}/Xvnc/lib/zlib + # We have to frob a few things, and we want our own permissions, so it's easier # to do the install ourselves. post-install: @@ -40,5 +44,6 @@ post-install: ${INSTALL_DATA} *.GIF *.css *.gif *.jpg *.htm *.html *.pdf \ ${PREFIX}/share/doc/vnc -.include "../../graphics/jpeg/buildlink.mk" +.include "../../devel/zlib/buildlink2.mk" +.include "../../graphics/jpeg/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |