diff options
author | sbd <sbd@pkgsrc.org> | 2010-03-24 21:35:12 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-03-24 21:35:12 +0000 |
commit | df826ade45806bdc59fe5897b5eed7a68242d0b7 (patch) | |
tree | f8f9b2896ca6ae997771e3666c2cd60c846fe69b /net/tightvnc/Makefile | |
parent | fed2339f0adb0b25f67fab95686b700c561d4ce4 (diff) | |
download | pkgsrc-df826ade45806bdc59fe5897b5eed7a68242d0b7.tar.gz |
Re-inlcude "platform.def" in Xvnc/config/cf/vnc.def as not include breaks
the build on linux. Fixes PR 42291.
Bump PKGREVISION.
Ok wiz@
Diffstat (limited to 'net/tightvnc/Makefile')
-rw-r--r-- | net/tightvnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index f4b4aab821f..3f3e74fc12b 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2010/01/18 09:59:20 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2010/03/24 21:35:12 sbd Exp $ DISTNAME= tightvnc-1.3.10 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vnc-tight/} DISTFILES= ${DISTNAME}_unixsrc.tar.bz2 |