svn commit: r336959 - head/astro/xtide

Carlo Strub cs at FreeBSD.org
Thu Dec 19 20:26:40 UTC 2013


Author: cs
Date: Thu Dec 19 20:26:40 2013
New Revision: 336959
URL: http://svnweb.freebsd.org/changeset/ports/336959

Log:
  Unbreak xtide, it still requires GCC

Modified:
  head/astro/xtide/Makefile

Modified: head/astro/xtide/Makefile
==============================================================================
--- head/astro/xtide/Makefile	Thu Dec 19 20:12:54 2013	(r336958)
+++ head/astro/xtide/Makefile	Thu Dec 19 20:26:40 2013	(r336959)
@@ -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


More information about the svn-ports-all mailing list