Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 08:08:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r336988 - branches/2014Q1/astro/xtide
Message-ID:  <201312200808.rBK88Jsh048614@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 20 08:08:19 2013
New Revision: 336988
URL: http://svnweb.freebsd.org/changeset/ports/336988

Log:
  MFH: r336959
  
  Unbreak xtide, it still requires GCC

Modified:
  branches/2014Q1/astro/xtide/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/astro/xtide/Makefile
==============================================================================
--- branches/2014Q1/astro/xtide/Makefile	Fri Dec 20 08:07:17 2013	(r336987)
+++ branches/2014Q1/astro/xtide/Makefile	Fri Dec 20 08:08:19 2013	(r336988)
@@ -21,6 +21,7 @@ LIB_DEPENDS=	libpng15.so:${PORTSDIR}/gra
 USE_BZIP2=	yes
 USES=		gmake
 GNU_CONFIGURE=	yes
+USE_GCC=	yes
 
 CPPFLAGS+=	-I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng15 -Wno-deprecated-declarations
 LDFLAGS+=	-L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312200808.rBK88Jsh048614>