svn commit: r312197 - head/net/tightvnc

Martin Wilke miwi at FreeBSD.org
Thu Feb 14 07:25:33 UTC 2013


Author: miwi
Date: Thu Feb 14 07:25:32 2013
New Revision: 312197
URL: http://svnweb.freebsd.org/changeset/ports/312197

Log:
  - Unbreak build for clang
  - While here trim header
  
  PR:		175298
  Submitted by:	Simon <sib at tormail.com>
  Approved by:	maintainer timeout

Modified:
  head/net/tightvnc/Makefile   (contents, props changed)

Modified: head/net/tightvnc/Makefile
==============================================================================
--- head/net/tightvnc/Makefile	Thu Feb 14 06:43:51 2013	(r312196)
+++ head/net/tightvnc/Makefile	Thu Feb 14 07:25:32 2013	(r312197)
@@ -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


More information about the svn-ports-head mailing list