Date: Thu, 19 Dec 2013 20:26:40 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336959 - head/astro/xtide Message-ID: <201312192026.rBJKQet5092274@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312192026.rBJKQet5092274>