diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-14 07:25:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-14 07:25:32 +0000 |
commit | 6cd6de3bfb22419c7a7f5a38afd127f49c3d21f5 (patch) | |
tree | f75a91d695d720e22f48b5d722522dc7cdbfc141 | |
parent | - update to 1.0.3273 (diff) |
- Unbreak build for clang
- While here trim header
PR: 175298
Submitted by: Simon <sib@tormail.com>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=312197
-rw-r--r-- | net/tightvnc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index 150929786915..3c9af0662f7f 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: tightvnc -# Date created: Nov 24, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= tightvnc PORTVERSION= 1.3.10 @@ -27,6 +22,7 @@ CONFLICTS= tridiavnc-[0-9]* vnc-[0-9]* WRKSRC= ${WRKDIR}/vnc_unixsrc +USE_GCC= yes USE_BZIP2= yes USE_PERL5= yes USE_IMAKE= yes |