aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-02-14 15:25:32 +0800
committermiwi <miwi@FreeBSD.org>2013-02-14 15:25:32 +0800
commit265d76c662e61914ea549a56c0c9017f98f9b438 (patch)
treef75a91d695d720e22f48b5d722522dc7cdbfc141
parentac125a0b25911df3e297c5e45477c4d65340b02c (diff)
downloadfreebsd-ports-gnome-265d76c662e61914ea549a56c0c9017f98f9b438.tar.gz
freebsd-ports-gnome-265d76c662e61914ea549a56c0c9017f98f9b438.tar.zst
freebsd-ports-gnome-265d76c662e61914ea549a56c0c9017f98f9b438.zip
- Unbreak build for clang
- While here trim header PR: 175298 Submitted by: Simon <sib@tormail.com> Approved by: maintainer timeout
-rw-r--r--net/tightvnc/Makefile8
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